summaryrefslogtreecommitdiff
path: root/src/proto/term.pro
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcapv9.0.1168Bram Moolenaar2023-01-101-0/+1
* patch 9.0.1126: bracketed paste can be enabled when it is not recognizedv9.0.1126Bram Moolenaar2023-01-011-0/+1
* patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar2022-12-011-0/+2
* patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar2022-11-231-0/+2
* patch 9.0.0655: passing modifier codes to a shell running in the GUIv9.0.0655Bram Moolenaar2022-10-041-1/+1
* patch 9.0.0653: BS and DEL do not work properly in an interacive shellv9.0.0653Bram Moolenaar2022-10-031-1/+1
* patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy2022-05-201-0/+1
* patch 8.2.3731: "set! termcap" shows codes in one column, but not keysv8.2.3731Bram Moolenaar2021-12-031-1/+1
* patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar2021-11-191-0/+1
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-2/+0
* patch 8.2.2754: :sleep! does not always hide the cursorv8.2.2754Bram Moolenaar2021-04-111-0/+3
* patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar2020-06-131-0/+2
* patch 8.2.0936: some terminals misinterpret the code for getting cursor stylev8.2.0936Bram Moolenaar2020-06-091-1/+1
* patch 8.2.0916: mapping with partly modifyOtherKeys code does not workv8.2.0916Bram Moolenaar2020-06-061-0/+1
* patch 8.2.0863: cannot set a separate color for underline/undercurlv8.2.0863Bram Moolenaar2020-05-311-0/+2
* patch 8.2.0779: tmode_T not used everywherev8.2.0779Bram Moolenaar2020-05-171-1/+1
* patch 8.2.0554: the GUI doesn't set t_Cov8.2.0554Bram Moolenaar2020-04-121-0/+1
* patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar2020-02-151-0/+1
* patch 8.2.0148: mapping related function in wrong source filev8.2.0148Bram Moolenaar2020-01-241-1/+0
* patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar2019-11-261-0/+1
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-211-0/+1
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-1/+1
* patch 8.1.2070: mouse code is spread outv8.1.2070Bram Moolenaar2019-09-231-0/+3
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-5/+1
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-3/+0
* patch 8.1.1251: no test for completion of mapping keysv8.1.1251Bram Moolenaar2019-05-031-1/+1
* patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONTv8.1.0304Bram Moolenaar2018-08-211-0/+1
* patch 8.1.0302: crash when using :suspend and "fg"v8.1.0302Bram Moolenaar2018-08-201-1/+0
* patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar2018-08-071-0/+2
* patch 8.1.0244: no redraw when using a STOP signal on Vim and then CONTv8.1.0244Bram Moolenaar2018-08-071-0/+1
* patch 8.0.1791: using uint8_t does not work everywherev8.0.1791Bram Moolenaar2018-05-051-1/+1
* patch 8.0.1783: cannot use 256 colors in a MS-Windows consolev8.0.1783Bram Moolenaar2018-05-011-0/+1
* patch 8.0.1563: timeout of getwinposx() can be too shortv8.0.1563Bram Moolenaar2018-03-031-1/+1
* patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar2018-02-221-0/+1
* patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar2018-01-311-0/+1
* patch 8.0.1198: older compilers don't know uint8_tv8.0.1198Bram Moolenaar2017-10-151-2/+2
* patch 8.0.1194: actual fg and bg colors of terminal are unknownv8.0.1194Bram Moolenaar2017-10-141-0/+2
* patch 8.0.1009: Xterm cursor blinking status may be invertedv8.0.1009Bram Moolenaar2017-08-281-0/+1
* patch 8.0.0973: initial info about blinking cursor is wrongv8.0.0973Bram Moolenaar2017-08-201-1/+0
* patch 8.0.0918: cannot get terminal window cursor shape or attributesv8.0.0918Bram Moolenaar2017-08-121-1/+4
* patch 8.0.0755: terminal window does not have colors in the GUIv8.0.0755Bram Moolenaar2017-07-231-1/+2
* patch 8.0.0683: visual bell flashes too quicklyv8.0.0683Bram Moolenaar2017-06-271-0/+1
* patch 8.0.0543: test_edit causes older xfce4-terminal to closev8.0.0543Bram Moolenaar2017-04-041-0/+1
* patch 7.4.2243v7.4.2243Bram Moolenaar2016-08-221-3/+3
* patch 7.4.1799v7.4.1799Bram Moolenaar2016-04-291-3/+3
* patch 7.4.1792v7.4.1792Bram Moolenaar2016-04-261-0/+1
* patch 7.4.1770v7.4.1770Bram Moolenaar2016-04-211-0/+5
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-61/+61
* patch 7.4.757v7.4.757Bram Moolenaar2015-06-251-0/+1
* updated for version 7.4.389v7.4.389Bram Moolenaar2014-07-301-2/+0