summaryrefslogtreecommitdiff
path: root/src/libvterm/src
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1049: crash when opening a very small terminal windowv9.0.1049Bram Moolenaar2022-12-121-2/+8
* patch 9.0.0955: libvterm does not support the XTQMODKEYS requestv9.0.0955Bram Moolenaar2022-11-271-4/+12
* patch 9.0.0934: various code formatting issuesv9.0.0934Bram Moolenaar2022-11-241-1/+1
* patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar2022-11-233-3/+49
* patch 9.0.0912: libvterm with modifyOtherKeys level 2 does not match xtermv9.0.0912Bram Moolenaar2022-11-191-2/+4
* patch 9.0.0781: workaround to rename "small" to "smallfont" is clumsyv9.0.0781Bram Moolenaar2022-10-174-18/+18
* patch 9.0.0776: MSVC can't have field name "small"v9.0.0776Bram Moolenaar2022-10-164-18/+18
* patch 9.0.0774: the libvterm code is outdatedv9.0.0774Bram Moolenaar2022-10-169-237/+424
* patch 9.0.0772: the libvterm code is outdatedv9.0.0772Bram Moolenaar2022-10-164-51/+105
* patch 8.2.5073: clang on MS-Windows produces warningsv8.2.5073Bram Moolenaar2022-06-091-1/+5
* patch 8.2.3667: building libvterm fails with MSVCv8.2.3667Bram Moolenaar2021-11-241-6/+8
* patch 8.2.3666: libvterm is outdatedv8.2.3666Bram Moolenaar2021-11-245-22/+418
* patch 8.2.2487: terminal shows garbage after double-wide characterv8.2.2487Bram Moolenaar2021-02-081-1/+2
* patch 8.2.1424: Mac build failsv8.2.1424Bram Moolenaar2020-08-111-2/+2
* patch 8.2.1353: crash when drawing double-wide character in terminal windowv8.2.1353Bram Moolenaar2020-08-021-1/+6
* patch 8.2.1108: mouse left-right scroll is not supported in terminal windowv8.2.1108Bram Moolenaar2020-07-011-2/+2
* patch 8.2.1094: dead code in libvtermv8.2.1094Bram Moolenaar2020-06-291-2/+1
* patch 8.2.1072: missing libvterm testv8.2.1072Bram Moolenaar2020-06-271-4/+4
* patch 8.2.1030: reducing size of a terminal window may cause a crashv8.2.1030Bram Moolenaar2020-06-212-10/+16
* patch 8.2.1010: build failure in libvterm with debug enabledv8.2.1010Bram Moolenaar2020-06-191-1/+1
* patch 8.2.0989: crash after resizing a terminal windowv8.2.0989Bram Moolenaar2020-06-162-0/+17
* patch 8.2.0831: compiler warnings for integer sizesv8.2.0831Bram Moolenaar2020-05-271-2/+2
* patch 8.2.0813: libvterm code is slightly different from upstreamv8.2.0813Bram Moolenaar2020-05-2212-126/+131
* patch 8.2.0804: libvterm code lags behind the upstream versionv8.2.0804Bram Moolenaar2020-05-214-112/+148
* patch 8.2.0803: libvterm code lags behind the upstream versionv8.2.0803Bram Moolenaar2020-05-203-23/+34
* patch 8.2.0802: libvterm code lags behind the upstream versionv8.2.0802Bram Moolenaar2020-05-205-3/+50
* patch 8.2.0799: build fails if snprintf is not availablev8.2.0799Bram Moolenaar2020-05-191-3/+3
* patch 8.2.0798: libvterm code lags behind the upstream versionv8.2.0798Bram Moolenaar2020-05-195-276/+286
* patch 8.2.0797: MS-Windows: compiler still can't handle C99 constructv8.2.0797Bram Moolenaar2020-05-191-2/+1
* patch 8.2.0796: MS-Windows: compiler can't handle C99 construct in libvtermv8.2.0796Bram Moolenaar2020-05-181-3/+3
* patch 8.2.0795: libvterm code lags behind the upstream versionv8.2.0795Bram Moolenaar2020-05-182-26/+32
* patch 8.2.0794: libvterm code lags behind the upstream versionv8.2.0794Bram Moolenaar2020-05-183-41/+67
* patch 8.2.0788: memory leak in libvtermv8.2.0788Bram Moolenaar2020-05-171-0/+8
* patch 8.2.0787: libvterm code lags behind the upstream versionv8.2.0787Bram Moolenaar2020-05-171-138/+163
* patch 8.2.0785: libvterm code lags behind the upstream versionv8.2.0785Bram Moolenaar2020-05-172-7/+43
* patch 8.2.0784: libvterm code lags behind the upstream versionv8.2.0784Bram Moolenaar2020-05-173-43/+72
* patch 8.2.0783: libvterm code lags behind the upstream versionv8.2.0783Bram Moolenaar2020-05-173-51/+48
* patch 8.2.0778: libvterm code lags behind the upstream versionv8.2.0778Bram Moolenaar2020-05-171-1/+20
* patch 8.2.0776: libvterm code lags behind the upstream versionv8.2.0776Bram Moolenaar2020-05-172-0/+111
* patch 8.2.0106: printf formats are not exactly rightv8.2.0106Bram Moolenaar2020-01-082-2/+2
* patch 8.1.2389: using old C style commentsv8.1.2389Bram Moolenaar2019-12-043-9/+11
* patch 8.1.2134: modifier keys are not always recognizedv8.1.2134Bram Moolenaar2019-10-103-0/+17
* patch 8.1.2128: renamed libvterm sources makes merging difficultv8.1.2128Bram Moolenaar2019-10-102-0/+0
* patch 8.1.2076: crash when trying to put a terminal in a popup windowv8.1.2076Bram Moolenaar2019-09-251-0/+2
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-0/+0
* patch 8.1.2027: MS-Windows: problem with ambiwidth charactersv8.1.2027Bram Moolenaar2019-09-135-8/+100
* patch 8.1.1885: comments in libvterm are inconsistentv8.1.1885Bram Moolenaar2019-08-1812-215/+443
* patch 8.1.1222: build still fails on MS-Windowsv8.1.1222Bram Moolenaar2019-04-271-1/+1
* patch 8.1.1220: build fails on MS-Windowsv8.1.1220Bram Moolenaar2019-04-271-1/+1
* patch 8.1.1219: not checking for NULL return from alloc()v8.1.1219Bram Moolenaar2019-04-272-0/+10