summaryrefslogtreecommitdiffstats
path: root/src/term.c
AgeCommit message (Expand)Author
2020-08-04patch 8.2.1362: last entry of ":set term=xxx" overwritten by error messagev8.2.1362Bram Moolenaar
2020-07-14patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215Bram Moolenaar
2020-07-08patch 8.2.1164: text cleared by checking terminal properties not redrawnv8.2.1164Bram Moolenaar
2020-06-20patch 8.2.1019: mapping <M-S-a> does not work in the GUIv8.2.1019Bram Moolenaar
2020-06-19patch 8.2.1015: popup filter gets key with modifier prependedv8.2.1015Bram Moolenaar
2020-06-14patch 8.2.0979: a couple of screendump tests failv8.2.0979Bram Moolenaar
2020-06-14patch 8.2.0978: leaking memory in termcodes testv8.2.0978Bram Moolenaar
2020-06-14patch 8.2.0977: t_8u is made empty for the wrong terminalsv8.2.0977Bram Moolenaar
2020-06-13patch 8.2.0971: build with tiny features failsv8.2.0971Bram Moolenaar
2020-06-13patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-06-10patch 8.2.0941: detecting terminal properties is unstructuredv8.2.0941Bram Moolenaar
2020-06-09patch 8.2.0940: build failure with tiny featuresv8.2.0940Bram Moolenaar
2020-06-09patch 8.2.0939: checking for term escape sequences is long and confusingv8.2.0939Bram Moolenaar
2020-06-09patch 8.2.0936: some terminals misinterpret the code for getting cursor stylev8.2.0936Bram Moolenaar
2020-06-06patch 8.2.0916: mapping with partly modifyOtherKeys code does not workv8.2.0916Bram Moolenaar
2020-06-05patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer redv8.2.0906Bram Moolenaar
2020-05-31patch 8.2.0863: cannot set a separate color for underline/undercurlv8.2.0863Bram Moolenaar
2020-05-30patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar
2020-05-30patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849Bram Moolenaar
2020-05-30patch 8.2.0848: MS-Windows: the Windows terminal code has some flawsv8.2.0848Bram Moolenaar
2020-05-24patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar
2020-05-21patch 8.2.0804: libvterm code lags behind the upstream versionv8.2.0804Bram Moolenaar
2020-05-17patch 8.2.0779: tmode_T not used everywherev8.2.0779Bram Moolenaar
2020-05-17patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'v8.2.0774Bram Moolenaar
2020-05-16patch 8.2.0773: switching to raw mode every time ":" is usedv8.2.0773Bram Moolenaar
2020-05-16patch 8.2.0767: modifyOtherKeys active when using a shell command in autocmdv8.2.0767Bram Moolenaar
2020-04-26patch 8.2.0646: t_Co uses the value of $COLORS in the GUIv8.2.0646Bram Moolenaar
2020-04-17patch 8.2.0588: Putty does not use "sgr" 'ttymouse' by defaultv8.2.0588Bram Moolenaar
2020-04-12patch 8.2.0554: the GUI doesn't set t_Cov8.2.0554Bram Moolenaar
2020-02-26patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar
2020-02-22patch 8.2.0302: setting 'term' may cause error in TermChanged autocommandv8.2.0302Bram Moolenaar
2020-02-15patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar
2020-02-08patch 8.2.0231: silent system command may clear the screenv8.2.0231Bram Moolenaar
2020-01-26patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar
2020-01-24patch 8.2.0148: mapping related function in wrong source filev8.2.0148Bram Moolenaar
2019-12-29patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar
2019-12-07patch 8.1.2406: leaking memory in test_paste and test_registersv8.1.2406Bram Moolenaar
2019-12-05patch 8.1.2395: using old C style commentsv8.1.2395Bram Moolenaar
2019-11-26patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar
2019-11-21patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar
2019-11-17patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar
2019-10-24patch 8.1.2209: LF in escape codes may be expanded to CR-LFv8.1.2209Bram Moolenaar
2019-10-20patch 8.1.2194: modifyOtherKeys is not enabled by defaultv8.1.2194Bram Moolenaar
2019-10-18patch 8.1.2174: screen not recognized as supporting "sgr" mouse codesv8.1.2174Bram Moolenaar
2019-10-17patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar
2019-10-17patch 8.1.2170: cannot build without the +termresponse featurev8.1.2170Bram Moolenaar
2019-10-17patch 8.1.2169: terminal flags are never resetv8.1.2169Bram Moolenaar
2019-10-13patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar
2019-10-12patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeysv8.1.2144Bram Moolenaar