summaryrefslogtreecommitdiff
path: root/src/testdir/test_termcodes.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0020: mouse clicks in the command line not testedv8.2.0020Bram Moolenaar2019-12-181-42/+149
* patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar2019-11-261-0/+45
* patch 8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeysv8.1.2346Bram Moolenaar2019-11-261-0/+21
* patch 8.1.2333: with modifyOtherKeys CTRL-^ doesn't workv8.1.2333Bram Moolenaar2019-11-211-0/+8
* patch 8.1.2306: double and triple clicks are not testedv8.1.2306Bram Moolenaar2019-11-161-11/+88
* patch 8.1.2174: screen not recognized as supporting "sgr" mouse codesv8.1.2174Bram Moolenaar2019-10-181-4/+90
* patch 8.1.2169: terminal flags are never resetv8.1.2169Bram Moolenaar2019-10-171-0/+11
* patch 8.1.2150: no test for 'ttymouse' set from xterm version responsev8.1.2150Bram Moolenaar2019-10-141-2/+37
* patch 8.1.2148: no test for right click extending Visual areav8.1.2148Bram Moolenaar2019-10-131-1/+86
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-7/+85
* patch 8.1.2142: some key mappings do not work with modifyOtherKeysv8.1.2142Bram Moolenaar2019-10-121-0/+39
* patch 8.1.2139: the modifyOtherKeys codes are not testedv8.1.2139Bram Moolenaar2019-10-121-0/+64
* patch 8.1.2137: parsing the termresponse is not testedv8.1.2137Bram Moolenaar2019-10-121-3/+21
* patch 8.1.2118: termcodes test fails when $TERM is "dumb"v8.1.2118Bram Moolenaar2019-10-061-1/+5
* patch 8.1.2106: no tests for dragging the mouse beyond the windowv8.1.2106Bram Moolenaar2019-10-011-2/+89
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-081-1/+1
* patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar2019-08-311-1/+1
* patch 8.1.1840: Testing: WorkingClipboard() is not accuratev8.1.1840Bram Moolenaar2019-08-121-3/+1
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-6/+3
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-151-2/+2
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-131-2/+5
* patch 8.1.1474: 'ttybuiltin' is not testedv8.1.1474Bram Moolenaar2019-06-061-0/+20
* patch 8.1.1472: add_termcap_entry() is not testedv8.1.1472Bram Moolenaar2019-06-061-1/+7
* patch 8.1.1471: 'background' not correctly set for 2-digit rgb termresponsev8.1.1471Bram Moolenaar2019-06-051-8/+36
* patch 8.1.1469: no test for checking the cursor style responsev8.1.1469Bram Moolenaar2019-06-051-0/+60
* patch 8.1.1250: no test for netterm mousev8.1.1250Bram Moolenaar2019-05-031-3/+18
* patch 8.1.1248: no test for dec mousev8.1.1248Bram Moolenaar2019-05-021-27/+76
* patch 8.1.1247: urxvt mouse codes are not testedv8.1.1247Bram Moolenaar2019-05-021-28/+39
* patch 8.1.1244: no tests for CTRL-mouse-clickv8.1.1244Bram Moolenaar2019-05-011-9/+56
* patch 8.1.1223: middle mouse click test fails without a clipboardv8.1.1223Bram Moolenaar2019-04-281-0/+6
* patch 8.1.1216: mouse middle click is not testedv8.1.1216Bram Moolenaar2019-04-271-1/+51
* patch 8.1.1181: tests for mouse clicks are a bit flakyv8.1.1181Bram Moolenaar2019-04-171-18/+18
* patch 8.1.1179: no test for mouse clicks in the fold columnv8.1.1179Bram Moolenaar2019-04-171-0/+51
* patch 8.1.1178: when mouse click tests fails value of 'ttytype' is unknownv8.1.1178Bram Moolenaar2019-04-171-37/+45
* patch 8.1.1176: test for dragging a tab is flakyv8.1.1176Bram Moolenaar2019-04-151-0/+2
* patch 8.1.1175: no test for dragging a tab and double click for new tabv8.1.1175Bram Moolenaar2019-04-151-0/+96
* patch 8.1.1167: no test for closing tab by click in tablinev8.1.1167Bram Moolenaar2019-04-131-26/+69
* patch 8.1.1165: no test for mouse clicks in the terminal tabpage linev8.1.1165Bram Moolenaar2019-04-131-1/+49
* patch 8.1.1160: termcodes test would fail in a very big terminalv8.1.1160Bram Moolenaar2019-04-121-0/+12
* patch 8.1.1155: termcodes tests can be improvedv8.1.1155Bram Moolenaar2019-04-111-125/+142
* patch 8.1.1142: no test for dragging the window separators with the mousev8.1.1142Bram Moolenaar2019-04-091-0/+58
* patch 8.1.1137: xterm mouse wheel escape sequence is not testedv8.1.1137Bram Moolenaar2019-04-071-0/+66
* patch 8.1.1136: decoding of mouse click escape sequence is not testedv8.1.1136Bram Moolenaar2019-04-071-0/+47