summaryrefslogtreecommitdiffstats
path: root/src/term.c
AgeCommit message (Expand)Author
2024-02-09patch 9.1.0090: Assigning wrong colors when parsing terminal OSC responsev9.1.0090Maxim Kim
2024-01-17patch 9.1.0036: MS-Windows: Warning about unused variablev9.1.0036John Marriott
2024-01-15patch 9.1.0031: Link Error on Windowsv9.1.0031Christian Brabandt
2024-01-15patch 9.1.0030: Cannot use terminal alternate fontv9.1.0030PMunch
2024-01-14patch 9.1.0029: Cannot act on various terminal response codesv9.1.0029Danek Duvall
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-12-05patch 9.0.2153: no support to build on OpenVMSv9.0.2153Zoltan Arpadffy
2023-09-29patch 9.0.1958: cannot complete option valuesv9.0.1958Yee Cheng Chin
2023-09-29patch 9.0.1957: termcap options should change when setting keyprotocolv9.0.1957Gregory Anders
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
2023-08-11patch 9.0.1687: mapset() not properly handling script IDv9.0.1687zeertzjq
2023-06-08patch 9.0.1619: the focus gained/lost escape sequences cause troublev9.0.1619Bram Moolenaar
2023-02-23patch 9.0.1344: check for OSC escape sequence doesn't workv9.0.1344Bram Moolenaar
2023-02-23patch 9.0.1343: check for OSC escape sequence doesn't workv9.0.1343Johan Mattsson
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
2023-02-06patch 9.0.1287: with the Kitty key protocl Esc with NumLock cannot be mappedv9.0.1287Bram Moolenaar
2023-02-03patch 9.0.1276: some mappings with Meta and Shift do not workv9.0.1276Bram Moolenaar
2023-01-25patch 9.0.1245: code is indented more than necessaryv9.0.1245Yegappan Lakshmanan
2023-01-23patch 9.0.1235: MS-Windows console: not flushing termguicolorsv9.0.1235Christopher Plewright
2023-01-22patch 9.0.1232: ColorTable saving and restoring does not work properlyv9.0.1232Christopher Plewright
2023-01-18patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiersv9.0.1220Bram Moolenaar
2023-01-14patch 9.0.1199: crash when using kitty and using a mapping with <Esc>v9.0.1199Bram Moolenaar
2023-01-10patch 9.0.1173: compiler warning for unused variable on non-Unix systemsv9.0.1173Bram Moolenaar
2023-01-10patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcapv9.0.1168Bram Moolenaar
2023-01-01patch 9.0.1126: bracketed paste can be enabled when it is not recognizedv9.0.1126Bram Moolenaar
2022-12-30patch 9.0.1117: terminfo entries for bracketed paste are not usedv9.0.1117Bram Moolenaar
2022-12-30patch 9.0.1116: compiler may complain about an unused functionv9.0.1116Bram Moolenaar
2022-12-30patch 9.0.1111: termcap entries for RGB colors are not set automaticallyv9.0.1111Bram Moolenaar
2022-12-20patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright
2022-12-19patch 9.0.1080: the "kitty" terminfo entry is not widespreadv9.0.1080Bram Moolenaar
2022-12-18patch 9.0.1073: using "xterm-kitty" for 'term' causes problemsv9.0.1073Bram Moolenaar
2022-12-17patch 9.0.1070: reading beyond array sizev9.0.1070Bram Moolenaar
2022-12-17patch 9.0.1068: no information about whether request term codes has an effectv9.0.1068Bram Moolenaar
2022-12-16patch 9.0.1065: a shell command switching screens may still have a problemv9.0.1065Bram Moolenaar
2022-12-16patch 9.0.1063: when using Kitty a shell command may mess up the key statev9.0.1063Bram Moolenaar
2022-12-03patch 9.0.0997: Coverity warns for dead codev9.0.0997Bram Moolenaar
2022-12-03patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeysv9.0.0996Bram Moolenaar
2022-12-02patch 9.0.0986: build failure with tiny versionv9.0.0986Bram Moolenaar
2022-12-02patch 9.0.0985: when using kitty keyboard protocol function keys may not workv9.0.0985Bram Moolenaar
2022-12-01patch 9.0.0981: build error in tiny versionv9.0.0981Bram Moolenaar
2022-12-01patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar
2022-11-30patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar
2022-11-30patch 9.0.0976: enabling the kitty keyboard protocol uses push/popv9.0.0976Bram Moolenaar
2022-11-29patch 9.0.0974: even when Esc is encoded a timeout is usedv9.0.0974Bram Moolenaar
2022-11-29patch 9.0.0973: Kitty keyboard protocol key with NumLock not decodedv9.0.0973Bram Moolenaar
2022-11-29patch 9.0.0972: build failure on some systemsv9.0.0972Bram Moolenaar
2022-11-29patch 9.0.0971: escape sequences not recognized without termresponse featurev9.0.0971Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-26patch 9.0.0954: cannot detect whether modifyOtherKeys is enabledv9.0.0954Bram Moolenaar
2022-11-25patch 9.0.0948: 'ttyfast' is set for arbitrary terminalsv9.0.0948Bram Moolenaar