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.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
*
patch 8.2.0779: tmode_T not used everywhere
v8.2.0779
Bram Moolenaar
2020-05-17
1
-1
/
+1
*
patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'
v8.2.0774
Bram Moolenaar
2020-05-17
1
-1
/
+6
*
patch 8.2.0773: switching to raw mode every time ":" is used
v8.2.0773
Bram Moolenaar
2020-05-16
1
-5
/
+5
*
patch 8.2.0767: modifyOtherKeys active when using a shell command in autocmd
v8.2.0767
Bram Moolenaar
2020-05-16
1
-0
/
+6
*
patch 8.2.0646: t_Co uses the value of $COLORS in the GUI
v8.2.0646
Bram Moolenaar
2020-04-26
1
-6
/
+12
*
patch 8.2.0588: Putty does not use "sgr" 'ttymouse' by default
v8.2.0588
Bram Moolenaar
2020-04-17
1
-3
/
+12
*
patch 8.2.0554: the GUI doesn't set t_Co
v8.2.0554
Bram Moolenaar
2020-04-12
1
-1
/
+1
*
patch 8.2.0320: no Haiku support
v8.2.0320
Bram Moolenaar
2020-02-26
1
-0
/
+5
*
patch 8.2.0302: setting 'term' may cause error in TermChanged autocommand
v8.2.0302
Bram Moolenaar
2020-02-22
1
-5
/
+8
*
patch 8.2.0260: several lines of code are duplicated
v8.2.0260
Bram Moolenaar
2020-02-15
1
-0
/
+31
*
patch 8.2.0231: silent system command may clear the screen
v8.2.0231
Bram Moolenaar
2020-02-08
1
-2
/
+2
*
patch 8.2.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.2.0148: mapping related function in wrong source file
v8.2.0148
Bram Moolenaar
2020-01-24
1
-75
/
+0
*
patch 8.2.0056: execution stack is incomplete and inefficient
v8.2.0056
Bram Moolenaar
2019-12-29
1
-1
/
+1
*
patch 8.1.2406: leaking memory in test_paste and test_registers
v8.1.2406
Bram Moolenaar
2019-12-07
1
-0
/
+2
*
patch 8.1.2395: using old C style comments
v8.1.2395
Bram Moolenaar
2019-12-05
1
-523
/
+520
*
patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys
v8.1.2350
Bram Moolenaar
2019-11-26
1
-1
/
+1
*
patch 8.1.2331: the option.c file is still very big
v8.1.2331
Bram Moolenaar
2019-11-21
1
-0
/
+34
*
patch 8.1.2313: debugging where a delay comes from is not easy
v8.1.2313
Bram Moolenaar
2019-11-17
1
-2
/
+2
*
patch 8.1.2209: LF in escape codes may be expanded to CR-LF
v8.1.2209
Bram Moolenaar
2019-10-24
1
-17
/
+10
*
patch 8.1.2194: modifyOtherKeys is not enabled by default
v8.1.2194
Bram Moolenaar
2019-10-20
1
-0
/
+2
*
patch 8.1.2174: screen not recognized as supporting "sgr" mouse codes
v8.1.2174
Bram Moolenaar
2019-10-18
1
-4
/
+12
*
patch 8.1.2171: mouse support not always available
v8.1.2171
Bram Moolenaar
2019-10-17
1
-36
/
+21
*
patch 8.1.2170: cannot build without the +termresponse feature
v8.1.2170
Bram Moolenaar
2019-10-17
1
-0
/
+2
*
patch 8.1.2169: terminal flags are never reset
v8.1.2169
Bram Moolenaar
2019-10-17
1
-0
/
+2
*
patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
v8.1.2145
Bram Moolenaar
2019-10-13
1
-13
/
+32
*
patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeys
v8.1.2144
Bram Moolenaar
2019-10-12
1
-0
/
+3
[next]