summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+2
* patch 8.2.4031: crash in xterm with only two linesv8.2.4031Bram Moolenaar2022-01-071-1/+1
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-021-3/+3
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-2/+2
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3864: cannot disable requesting key codes from xtermv8.2.3864Bram Moolenaar2021-12-211-3/+2
* patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar2021-12-051-1/+1
* patch 8.2.3731: "set! termcap" shows codes in one column, but not keysv8.2.3731Bram Moolenaar2021-12-031-5/+8
* patch 8.2.3727: in a gnome terminal keys are recognized as mouse eventsv8.2.3727Bram Moolenaar2021-12-031-6/+41
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-6/+2
* patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar2021-11-191-0/+22
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-198/+1
* patch 8.2.3274: macro for printf format check can be simplifiedv8.2.3274Bram Moolenaar2021-08-021-1/+1
* patch 8.2.3251: listing builtin_gui as an available terminal is confusingv8.2.3251Bram Moolenaar2021-07-301-1/+2
* patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visiblev8.2.2963Bram Moolenaar2021-06-081-0/+4
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2907: memory leak when running out of memoryv8.2.2907Dominique Pelle2021-05-291-0/+1
* patch 8.2.2754: :sleep! does not always hide the cursorv8.2.2754Bram Moolenaar2021-04-111-1/+35
* patch 8.2.2655: The -w command line argument doesn't workv8.2.2655Bram Moolenaar2021-03-261-2/+3
* patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638Bram Moolenaar2021-03-221-1/+1
* patch 8.2.2564: focus events end Insert mode if 'esckeys' is not setv8.2.2564Bram Moolenaar2021-03-031-6/+7
* patch 8.2.2428: FocusGained does not work when 'ttymouse' is emptyv8.2.2428Bram Moolenaar2021-01-301-4/+26
* patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar2021-01-161-1/+1
* patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse()v8.2.2358Bram Moolenaar2021-01-161-5/+5
* patch 8.2.2352: if focus lost/gained is received twice code is not ignoredv8.2.2352Bram Moolenaar2021-01-141-8/+14
* patch 8.2.2348: no check for modified files after focus gainedv8.2.2348Bram Moolenaar2021-01-141-12/+2
* patch 8.2.2347: build failure without GUIv8.2.2347Bram Moolenaar2021-01-141-2/+4
* patch 8.2.2345: no focus events in a terminalv8.2.2345Bram Moolenaar2021-01-141-1/+87
* patch 8.2.2248: ASAN error on exit with GUIv8.2.2248Bram Moolenaar2020-12-301-3/+4
* patch 8.2.2247: VMS: various smaller problemsv8.2.2247Bram Moolenaar2020-12-301-1/+1
* patch 8.2.2246: cursor keys not recognized at the hit-Enter promptv8.2.2246Bram Moolenaar2020-12-291-7/+21
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-2/+2
* patch 8.2.2025: Amiga: Not all colors are used on OS4v8.2.2025Bram Moolenaar2020-11-211-1/+1
* patch 8.2.1930: wrong input if removing shift results in special key codev8.2.1930Bram Moolenaar2020-10-311-2/+9
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-1/+1
* patch 8.2.1809: mapping some keys with Ctrl does not work properlyv8.2.1809Bram Moolenaar2020-10-071-6/+3
* patch 8.2.1595: cannot easily see what Vim sends to the terminalv8.2.1595Bram Moolenaar2020-09-051-4/+52
* patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar2020-08-231-1/+1
* patch 8.2.1362: last entry of ":set term=xxx" overwritten by error messagev8.2.1362Bram Moolenaar2020-08-041-0/+5
* patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215Bram Moolenaar2020-07-141-39/+2
* patch 8.2.1164: text cleared by checking terminal properties not redrawnv8.2.1164Bram Moolenaar2020-07-081-0/+2
* patch 8.2.1019: mapping <M-S-a> does not work in the GUIv8.2.1019Bram Moolenaar2020-06-201-11/+2
* patch 8.2.1015: popup filter gets key with modifier prependedv8.2.1015Bram Moolenaar2020-06-191-2/+5
* patch 8.2.0979: a couple of screendump tests failv8.2.0979Bram Moolenaar2020-06-141-1/+2
* patch 8.2.0978: leaking memory in termcodes testv8.2.0978Bram Moolenaar2020-06-141-1/+1
* patch 8.2.0977: t_8u is made empty for the wrong terminalsv8.2.0977Bram Moolenaar2020-06-141-1/+2
* patch 8.2.0971: build with tiny features failsv8.2.0971Bram Moolenaar2020-06-131-1/+7
* patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar2020-06-131-4/+26
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-2/+2
* patch 8.2.0941: detecting terminal properties is unstructuredv8.2.0941Bram Moolenaar2020-06-101-75/+162