index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
term.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3562: cannot add color names
v8.2.3562
Drew Vogel
2021-10-24
1
-198
/
+1
*
patch 8.2.3274: macro for printf format check can be simplified
v8.2.3274
Bram Moolenaar
2021-08-02
1
-1
/
+1
*
patch 8.2.3251: listing builtin_gui as an available terminal is confusing
v8.2.3251
Bram Moolenaar
2021-07-30
1
-1
/
+2
*
patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visible
v8.2.2963
Bram Moolenaar
2021-06-08
1
-0
/
+4
*
patch 8.2.2922: computing array length is done in various ways
v8.2.2922
K.Takata
2021-06-02
1
-1
/
+1
*
patch 8.2.2907: memory leak when running out of memory
v8.2.2907
Dominique Pelle
2021-05-29
1
-0
/
+1
*
patch 8.2.2754: :sleep! does not always hide the cursor
v8.2.2754
Bram Moolenaar
2021-04-11
1
-1
/
+35
*
patch 8.2.2655: The -w command line argument doesn't work
v8.2.2655
Bram Moolenaar
2021-03-26
1
-2
/
+3
*
patch 8.2.2638: cannot write a message to the terminal from the GUI
v8.2.2638
Bram Moolenaar
2021-03-22
1
-1
/
+1
*
patch 8.2.2564: focus events end Insert mode if 'esckeys' is not set
v8.2.2564
Bram Moolenaar
2021-03-03
1
-6
/
+7
*
patch 8.2.2428: FocusGained does not work when 'ttymouse' is empty
v8.2.2428
Bram Moolenaar
2021-01-30
1
-4
/
+26
*
patch 8.2.2366: when using ":sleep" the cursor is always displayed
v8.2.2366
Bram Moolenaar
2021-01-16
1
-1
/
+1
*
patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse()
v8.2.2358
Bram Moolenaar
2021-01-16
1
-5
/
+5
*
patch 8.2.2352: if focus lost/gained is received twice code is not ignored
v8.2.2352
Bram Moolenaar
2021-01-14
1
-8
/
+14
*
patch 8.2.2348: no check for modified files after focus gained
v8.2.2348
Bram Moolenaar
2021-01-14
1
-12
/
+2
*
patch 8.2.2347: build failure without GUI
v8.2.2347
Bram Moolenaar
2021-01-14
1
-2
/
+4
*
patch 8.2.2345: no focus events in a terminal
v8.2.2345
Bram Moolenaar
2021-01-14
1
-1
/
+87
*
patch 8.2.2248: ASAN error on exit with GUI
v8.2.2248
Bram Moolenaar
2020-12-30
1
-3
/
+4
*
patch 8.2.2247: VMS: various smaller problems
v8.2.2247
Bram Moolenaar
2020-12-30
1
-1
/
+1
*
patch 8.2.2246: cursor keys not recognized at the hit-Enter prompt
v8.2.2246
Bram Moolenaar
2020-12-29
1
-7
/
+21
*
patch 8.2.2160: various typos
v8.2.2160
Bram Moolenaar
2020-12-18
1
-2
/
+2
*
patch 8.2.2025: Amiga: Not all colors are used on OS4
v8.2.2025
Bram Moolenaar
2020-11-21
1
-1
/
+1
*
patch 8.2.1930: wrong input if removing shift results in special key code
v8.2.1930
Bram Moolenaar
2020-10-31
1
-2
/
+9
*
patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution
v8.2.1919
Bram Moolenaar
2020-10-28
1
-1
/
+1
*
patch 8.2.1809: mapping some keys with Ctrl does not work properly
v8.2.1809
Bram Moolenaar
2020-10-07
1
-6
/
+3
*
patch 8.2.1595: cannot easily see what Vim sends to the terminal
v8.2.1595
Bram Moolenaar
2020-09-05
1
-4
/
+52
*
patch 8.2.1513: cannot interrupt shell used for filename expansion
v8.2.1513
Bram Moolenaar
2020-08-23
1
-1
/
+1
*
patch 8.2.1362: last entry of ":set term=xxx" overwritten by error message
v8.2.1362
Bram Moolenaar
2020-08-04
1
-0
/
+5
*
patch 8.2.1215: Atari MiNT support is outdated
v8.2.1215
Bram Moolenaar
2020-07-14
1
-39
/
+2
*
patch 8.2.1164: text cleared by checking terminal properties not redrawn
v8.2.1164
Bram Moolenaar
2020-07-08
1
-0
/
+2
*
patch 8.2.1019: mapping <M-S-a> does not work in the GUI
v8.2.1019
Bram Moolenaar
2020-06-20
1
-11
/
+2
*
patch 8.2.1015: popup filter gets key with modifier prepended
v8.2.1015
Bram Moolenaar
2020-06-19
1
-2
/
+5
*
patch 8.2.0979: a couple of screendump tests fail
v8.2.0979
Bram Moolenaar
2020-06-14
1
-1
/
+2
*
patch 8.2.0978: leaking memory in termcodes test
v8.2.0978
Bram Moolenaar
2020-06-14
1
-1
/
+1
*
patch 8.2.0977: t_8u is made empty for the wrong terminals
v8.2.0977
Bram Moolenaar
2020-06-14
1
-1
/
+2
*
patch 8.2.0971: build with tiny features fails
v8.2.0971
Bram Moolenaar
2020-06-13
1
-1
/
+7
*
patch 8.2.0970: terminal properties are not available in Vim script
v8.2.0970
Bram Moolenaar
2020-06-13
1
-4
/
+26
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-2
/
+2
*
patch 8.2.0941: detecting terminal properties is unstructured
v8.2.0941
Bram Moolenaar
2020-06-10
1
-75
/
+162
*
patch 8.2.0940: build failure with tiny features
v8.2.0940
Bram Moolenaar
2020-06-09
1
-3
/
+7
*
patch 8.2.0939: checking for term escape sequences is long and confusing
v8.2.0939
Bram Moolenaar
2020-06-09
1
-550
/
+658
*
patch 8.2.0936: some terminals misinterpret the code for getting cursor style
v8.2.0936
Bram Moolenaar
2020-06-09
1
-15
/
+84
*
patch 8.2.0916: mapping with partly modifyOtherKeys code does not work
v8.2.0916
Bram Moolenaar
2020-06-06
1
-2
/
+2
*
patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer red
v8.2.0906
Bram Moolenaar
2020-06-05
1
-0
/
+5
*
patch 8.2.0863: cannot set a separate color for underline/undercurl
v8.2.0863
Bram Moolenaar
2020-05-31
1
-2
/
+19
*
patch 8.2.0855: GUI tests fail because the test doesn't use a modifier
v8.2.0855
Bram Moolenaar
2020-05-30
1
-2
/
+3
*
patch 8.2.0849: BeOS code is not maintained and probably unused
v8.2.0849
Bram Moolenaar
2020-05-30
1
-29
/
+2
*
patch 8.2.0848: MS-Windows: the Windows terminal code has some flaws
v8.2.0848
Bram Moolenaar
2020-05-30
1
-1
/
+10
*
patch 8.2.0816: terminal test fails when compiled with Athena
v8.2.0816
Bram Moolenaar
2020-05-24
1
-5
/
+5
*
patch 8.2.0804: libvterm code lags behind the upstream version
v8.2.0804
Bram Moolenaar
2020-05-21
1
-9
/
+5
[next]