summaryrefslogtreecommitdiffstats
path: root/src/term.c
AgeCommit message (Expand)Author
2021-06-08patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visiblev8.2.2963Bram Moolenaar
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-05-29patch 8.2.2907: memory leak when running out of memoryv8.2.2907Dominique Pelle
2021-04-11patch 8.2.2754: :sleep! does not always hide the cursorv8.2.2754Bram Moolenaar
2021-03-26patch 8.2.2655: The -w command line argument doesn't workv8.2.2655Bram Moolenaar
2021-03-22patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638Bram Moolenaar
2021-03-03patch 8.2.2564: focus events end Insert mode if 'esckeys' is not setv8.2.2564Bram Moolenaar
2021-01-30patch 8.2.2428: FocusGained does not work when 'ttymouse' is emptyv8.2.2428Bram Moolenaar
2021-01-16patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar
2021-01-16patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse()v8.2.2358Bram Moolenaar
2021-01-14patch 8.2.2352: if focus lost/gained is received twice code is not ignoredv8.2.2352Bram Moolenaar
2021-01-14patch 8.2.2348: no check for modified files after focus gainedv8.2.2348Bram Moolenaar
2021-01-14patch 8.2.2347: build failure without GUIv8.2.2347Bram Moolenaar
2021-01-14patch 8.2.2345: no focus events in a terminalv8.2.2345Bram Moolenaar
2020-12-30patch 8.2.2248: ASAN error on exit with GUIv8.2.2248Bram Moolenaar
2020-12-30patch 8.2.2247: VMS: various smaller problemsv8.2.2247Bram Moolenaar
2020-12-29patch 8.2.2246: cursor keys not recognized at the hit-Enter promptv8.2.2246Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-11-21patch 8.2.2025: Amiga: Not all colors are used on OS4v8.2.2025Bram Moolenaar
2020-10-31patch 8.2.1930: wrong input if removing shift results in special key codev8.2.1930Bram Moolenaar
2020-10-28patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar
2020-10-07patch 8.2.1809: mapping some keys with Ctrl does not work properlyv8.2.1809Bram Moolenaar
2020-09-05patch 8.2.1595: cannot easily see what Vim sends to the terminalv8.2.1595Bram Moolenaar
2020-08-23patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar
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