summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar2020-02-151-0/+31
* patch 8.2.0231: silent system command may clear the screenv8.2.0231Bram Moolenaar2020-02-081-2/+2
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0148: mapping related function in wrong source filev8.2.0148Bram Moolenaar2020-01-241-75/+0
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-1/+1
* patch 8.1.2406: leaking memory in test_paste and test_registersv8.1.2406Bram Moolenaar2019-12-071-0/+2
* patch 8.1.2395: using old C style commentsv8.1.2395Bram Moolenaar2019-12-051-523/+520
* patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar2019-11-261-1/+1
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-211-0/+34
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-171-2/+2
* patch 8.1.2209: LF in escape codes may be expanded to CR-LFv8.1.2209Bram Moolenaar2019-10-241-17/+10
* patch 8.1.2194: modifyOtherKeys is not enabled by defaultv8.1.2194Bram Moolenaar2019-10-201-0/+2
* patch 8.1.2174: screen not recognized as supporting "sgr" mouse codesv8.1.2174Bram Moolenaar2019-10-181-4/+12
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-36/+21
* patch 8.1.2170: cannot build without the +termresponse featurev8.1.2170Bram Moolenaar2019-10-171-0/+2
* patch 8.1.2169: terminal flags are never resetv8.1.2169Bram Moolenaar2019-10-171-0/+2
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-13/+32
* patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeysv8.1.2144Bram Moolenaar2019-10-121-0/+3
* patch 8.1.2142: some key mappings do not work with modifyOtherKeysv8.1.2142Bram Moolenaar2019-10-121-1/+10
* patch 8.1.2134: modifier keys are not always recognizedv8.1.2134Bram Moolenaar2019-10-101-63/+126
* patch 8.1.2123: parsing CSI sequence is messyv8.1.2123Bram Moolenaar2019-10-081-145/+158
* patch 8.1.2070: mouse code is spread outv8.1.2070Bram Moolenaar2019-09-231-724/+43
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-223/+10
* 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