summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1344: check for OSC escape sequence doesn't workv9.0.1344Bram Moolenaar2023-02-231-1/+1
* patch 9.0.1343: check for OSC escape sequence doesn't workv9.0.1343Johan Mattsson2023-02-231-1/+1
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-211-6/+6
* patch 9.0.1287: with the Kitty key protocl Esc with NumLock cannot be mappedv9.0.1287Bram Moolenaar2023-02-061-0/+5
* patch 9.0.1276: some mappings with Meta and Shift do not workv9.0.1276Bram Moolenaar2023-02-031-0/+6
* patch 9.0.1245: code is indented more than necessaryv9.0.1245Yegappan Lakshmanan2023-01-251-278/+278
* patch 9.0.1235: MS-Windows console: not flushing termguicolorsv9.0.1235Christopher Plewright2023-01-231-1/+1
* patch 9.0.1232: ColorTable saving and restoring does not work properlyv9.0.1232Christopher Plewright2023-01-221-1/+1
* patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiersv9.0.1220Bram Moolenaar2023-01-181-10/+70
* patch 9.0.1199: crash when using kitty and using a mapping with <Esc>v9.0.1199Bram Moolenaar2023-01-141-2/+4
* patch 9.0.1173: compiler warning for unused variable on non-Unix systemsv9.0.1173Bram Moolenaar2023-01-101-1/+1
* patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcapv9.0.1168Bram Moolenaar2023-01-101-6/+34
* patch 9.0.1126: bracketed paste can be enabled when it is not recognizedv9.0.1126Bram Moolenaar2023-01-011-2/+17
* patch 9.0.1117: terminfo entries for bracketed paste are not usedv9.0.1117Bram Moolenaar2022-12-301-5/+5
* patch 9.0.1116: compiler may complain about an unused functionv9.0.1116Bram Moolenaar2022-12-301-0/+2
* patch 9.0.1111: termcap entries for RGB colors are not set automaticallyv9.0.1111Bram Moolenaar2022-12-301-13/+36
* patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright2022-12-201-1/+1
* patch 9.0.1080: the "kitty" terminfo entry is not widespreadv9.0.1080Bram Moolenaar2022-12-191-32/+19
* patch 9.0.1073: using "xterm-kitty" for 'term' causes problemsv9.0.1073Bram Moolenaar2022-12-181-7/+37
* patch 9.0.1070: reading beyond array sizev9.0.1070Bram Moolenaar2022-12-171-5/+7
* patch 9.0.1068: no information about whether request term codes has an effectv9.0.1068Bram Moolenaar2022-12-171-5/+53
* patch 9.0.1065: a shell command switching screens may still have a problemv9.0.1065Bram Moolenaar2022-12-161-5/+15
* patch 9.0.1063: when using Kitty a shell command may mess up the key statev9.0.1063Bram Moolenaar2022-12-161-1/+4
* patch 9.0.0997: Coverity warns for dead codev9.0.0997Bram Moolenaar2022-12-031-1/+1
* patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeysv9.0.0996Bram Moolenaar2022-12-031-3/+5
* patch 9.0.0986: build failure with tiny versionv9.0.0986Bram Moolenaar2022-12-021-0/+4
* patch 9.0.0985: when using kitty keyboard protocol function keys may not workv9.0.0985Bram Moolenaar2022-12-021-68/+161
* patch 9.0.0981: build error in tiny versionv9.0.0981Bram Moolenaar2022-12-011-0/+2
* patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar2022-12-011-9/+51
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-301-1/+1
* patch 9.0.0976: enabling the kitty keyboard protocol uses push/popv9.0.0976Bram Moolenaar2022-11-301-2/+2
* patch 9.0.0974: even when Esc is encoded a timeout is usedv9.0.0974Bram Moolenaar2022-11-291-1/+13
* patch 9.0.0973: Kitty keyboard protocol key with NumLock not decodedv9.0.0973Bram Moolenaar2022-11-291-5/+7
* patch 9.0.0972: build failure on some systemsv9.0.0972Bram Moolenaar2022-11-291-34/+47
* patch 9.0.0971: escape sequences not recognized without termresponse featurev9.0.0971Bram Moolenaar2022-11-291-29/+25
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-3/+6
* patch 9.0.0954: cannot detect whether modifyOtherKeys is enabledv9.0.0954Bram Moolenaar2022-11-261-6/+37
* patch 9.0.0948: 'ttyfast' is set for arbitrary terminalsv9.0.0948Bram Moolenaar2022-11-251-15/+0
* patch 9.0.0939: still using simplified mappings when using kitty protocolv9.0.0939Bram Moolenaar2022-11-241-2/+33
* patch 9.0.0933: Kitty shows "already at oldest change" on startupv9.0.0933Bram Moolenaar2022-11-231-0/+3
* patch 9.0.0931: MS-Windows: mouse column limited to 223v9.0.0931Christopher Plewright2022-11-231-4/+7
* patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar2022-11-231-14/+148
* patch 9.0.0924: the first termcap entry of a builtin termcap is not usedv9.0.0924Bram Moolenaar2022-11-221-1/+1
* patch 9.0.0923: second SIGWINCH signal may be ignoredv9.0.0923Bram Moolenaar2022-11-221-24/+35
* patch 9.0.0918: MS-Windows: modifier keys do not work with mouse scroll eventv9.0.0918Christopher Plewright2022-11-221-1/+18
* patch 9.0.0903: key code checker doesn't check modifyOtherKeys resourcev9.0.0903Bram Moolenaar2022-11-181-5/+11
* patch 9.0.0899: the builtin terminals are in one long listv9.0.0899Bram Moolenaar2022-11-171-454/+516
* patch 9.0.0890: no test for what patch 9.0.0827 fixesv9.0.0890Bram Moolenaar2022-11-161-2/+3
* patch 9.0.0850: MS-Windows Terminal has unstable color controlv9.0.0850Christopher Plewright2022-11-091-2/+3
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-1/+1