summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-2/+0
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-3/+5
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-4/+0
* patch 8.1.1739: deleted match highlighting not updated in other windowv8.1.1739Bram Moolenaar2019-07-241-0/+1
* patch 8.1.1664: GUI resize may cause changing Rows at a bad timev8.1.1664Bram Moolenaar2019-07-121-1/+5
* patch 8.1.1481: length for two-digit rgb termresponse is off by onev8.1.1481Bram Moolenaar2019-06-061-1/+1
* patch 8.1.1471: 'background' not correctly set for 2-digit rgb termresponsev8.1.1471Bram Moolenaar2019-06-051-7/+10
* patch 8.1.1469: no test for checking the cursor style responsev8.1.1469Bram Moolenaar2019-06-051-24/+25
* patch 8.1.1464: only 4-digit rgb termresponse is recognizedv8.1.1464Bram Moolenaar2019-06-041-5/+11
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-5/+3
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-2/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1323: 'mouse' option is reset when using GPM mousev8.1.1323Bram Moolenaar2019-05-111-2/+13
* patch 8.1.1315: there is always a delay if a termrequest is never answeredv8.1.1315Bram Moolenaar2019-05-101-90/+132
* patch 8.1.1296: crash when using invalid command line argumentv8.1.1296Bram Moolenaar2019-05-081-4/+4
* patch 8.1.1265: when GPM mouse support is enabled double clicks do not workv8.1.1265Bram Moolenaar2019-05-041-17/+24
* patch 8.1.1254: mapping completion contains dead codev8.1.1254Bram Moolenaar2019-05-031-18/+0
* patch 8.1.1251: no test for completion of mapping keysv8.1.1251Bram Moolenaar2019-05-031-11/+9
* patch 8.1.1246: cannot handle negative mouse coordinate from urxvtv8.1.1246Bram Moolenaar2019-05-021-3/+4
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-11/+34
* patch 8.1.1198: bracketed paste may remain active after Vim existsv8.1.1198Bram Moolenaar2019-04-211-7/+11
* patch 8.1.1194: typos and small problems in source filesv8.1.1194Bram Moolenaar2019-04-211-1/+1
* patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows consolev8.1.1127Bram Moolenaar2019-04-061-8/+8
* patch 8.1.1105: long escape sequences may be split upv8.1.1105Bram Moolenaar2019-04-031-7/+15
* patch 8.1.1096: MS-Windows: cannot distinguish BS and CTRL-Hv8.1.1096Bram Moolenaar2019-03-301-0/+1
* patch 8.1.1034: too many #ifdefsv8.1.1034Bram Moolenaar2019-03-221-34/+12
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-7/+8
* patch 8.1.0933: When using VTP scroll region isn't used properlyv8.1.0933Bram Moolenaar2019-02-161-37/+43
* patch 8.1.0898: a messed up rgb.txt can crash Vimv8.1.0898Bram Moolenaar2019-02-121-2/+8
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-16/+2
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-4/+4
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-14/+14
* patch 8.1.0566: SGR not enabled for mintty because $TERM is "xterm"v8.1.0566Bram Moolenaar2018-12-071-2/+9
* patch 8.1.0445: setting 'term' does not store location for termcap optionsv8.1.0445Bram Moolenaar2018-10-021-1/+26
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-8/+0
* patch 8.1.0415: not actually using 16 colors with vtpv8.1.0415Bram Moolenaar2018-09-211-22/+22
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-1/+1
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-2/+3
* patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONTv8.1.0304Bram Moolenaar2018-08-211-5/+12
* patch 8.1.0302: crash when using :suspend and "fg"v8.1.0302Bram Moolenaar2018-08-201-11/+4
* patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar2018-08-071-0/+45
* patch 8.1.0244: no redraw when using a STOP signal on Vim and then CONTv8.1.0244Bram Moolenaar2018-08-071-4/+11
* patch 8.1.0176: overlapping string argument for strcpy()v8.1.0176Bram Moolenaar2018-07-101-1/+1
* patch 8.1.0157: old iTerm2 is not recognized, resulting in stray outputv8.1.0157Bram Moolenaar2018-07-061-2/+6
* patch 8.1.0142: xterm and vt320 builtin termcap missing keypad keysv8.1.0142Bram Moolenaar2018-07-031-1/+24
* patch 8.1.0129: still some xterm-like terminals get a stray "p"v8.1.0129Bram Moolenaar2018-06-301-0/+5
* patch 8.1.0021: clang warns for undefined behaviorv8.1.0021Bram Moolenaar2018-05-231-6/+7
* patch 8.0.1808: can't build without TGETENTv8.0.1808Bram Moolenaar2018-05-101-0/+2
* patch 8.0.1807: function to set terminal name is too longv8.0.1807Bram Moolenaar2018-05-101-138/+147