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.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-5
/
+3
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-2
/
+2
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-2
/
+2
*
patch 8.1.1323: 'mouse' option is reset when using GPM mouse
v8.1.1323
Bram Moolenaar
2019-05-11
1
-2
/
+13
*
patch 8.1.1315: there is always a delay if a termrequest is never answered
v8.1.1315
Bram Moolenaar
2019-05-10
1
-90
/
+132
*
patch 8.1.1296: crash when using invalid command line argument
v8.1.1296
Bram Moolenaar
2019-05-08
1
-4
/
+4
*
patch 8.1.1265: when GPM mouse support is enabled double clicks do not work
v8.1.1265
Bram Moolenaar
2019-05-04
1
-17
/
+24
*
patch 8.1.1254: mapping completion contains dead code
v8.1.1254
Bram Moolenaar
2019-05-03
1
-18
/
+0
*
patch 8.1.1251: no test for completion of mapping keys
v8.1.1251
Bram Moolenaar
2019-05-03
1
-11
/
+9
*
patch 8.1.1246: cannot handle negative mouse coordinate from urxvt
v8.1.1246
Bram Moolenaar
2019-05-02
1
-3
/
+4
*
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
v8.1.1230
Bram Moolenaar
2019-04-28
1
-11
/
+34
*
patch 8.1.1198: bracketed paste may remain active after Vim exists
v8.1.1198
Bram Moolenaar
2019-04-21
1
-7
/
+11
*
patch 8.1.1194: typos and small problems in source files
v8.1.1194
Bram Moolenaar
2019-04-21
1
-1
/
+1
*
patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows console
v8.1.1127
Bram Moolenaar
2019-04-06
1
-8
/
+8
*
patch 8.1.1105: long escape sequences may be split up
v8.1.1105
Bram Moolenaar
2019-04-03
1
-7
/
+15
*
patch 8.1.1096: MS-Windows: cannot distinguish BS and CTRL-H
v8.1.1096
Bram Moolenaar
2019-03-30
1
-0
/
+1
*
patch 8.1.1034: too many #ifdefs
v8.1.1034
Bram Moolenaar
2019-03-22
1
-34
/
+12
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-7
/
+8
*
patch 8.1.0933: When using VTP scroll region isn't used properly
v8.1.0933
Bram Moolenaar
2019-02-16
1
-37
/
+43
*
patch 8.1.0898: a messed up rgb.txt can crash Vim
v8.1.0898
Bram Moolenaar
2019-02-12
1
-2
/
+8
*
patch 8.1.0810: too many #ifdefs
v8.1.0810
Bram Moolenaar
2019-01-24
1
-16
/
+2
*
patch 8.1.0785: depending on the configuration some functions are unused
v8.1.0785
Bram Moolenaar
2019-01-20
1
-0
/
+2
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-4
/
+4
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-14
/
+14
*
patch 8.1.0566: SGR not enabled for mintty because $TERM is "xterm"
v8.1.0566
Bram Moolenaar
2018-12-07
1
-2
/
+9
*
patch 8.1.0445: setting 'term' does not store location for termcap options
v8.1.0445
Bram Moolenaar
2018-10-02
1
-1
/
+26
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-8
/
+0
*
patch 8.1.0415: not actually using 16 colors with vtp
v8.1.0415
Bram Moolenaar
2018-09-21
1
-22
/
+22
*
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions
v8.1.0377
Bram Moolenaar
2018-09-13
1
-1
/
+1
*
patch 8.1.0362: cannot get the script line number when executing a function
v8.1.0362
Bram Moolenaar
2018-09-10
1
-2
/
+3
*
patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONT
v8.1.0304
Bram Moolenaar
2018-08-21
1
-5
/
+12
*
patch 8.1.0302: crash when using :suspend and "fg"
v8.1.0302
Bram Moolenaar
2018-08-20
1
-11
/
+4
*
patch 8.1.0253: saving and restoring window title does not always work
v8.1.0253
Bram Moolenaar
2018-08-07
1
-0
/
+45
*
patch 8.1.0244: no redraw when using a STOP signal on Vim and then CONT
v8.1.0244
Bram Moolenaar
2018-08-07
1
-4
/
+11
*
patch 8.1.0176: overlapping string argument for strcpy()
v8.1.0176
Bram Moolenaar
2018-07-10
1
-1
/
+1
*
patch 8.1.0157: old iTerm2 is not recognized, resulting in stray output
v8.1.0157
Bram Moolenaar
2018-07-06
1
-2
/
+6
*
patch 8.1.0142: xterm and vt320 builtin termcap missing keypad keys
v8.1.0142
Bram Moolenaar
2018-07-03
1
-1
/
+24
*
patch 8.1.0129: still some xterm-like terminals get a stray "p"
v8.1.0129
Bram Moolenaar
2018-06-30
1
-0
/
+5
*
patch 8.1.0021: clang warns for undefined behavior
v8.1.0021
Bram Moolenaar
2018-05-23
1
-6
/
+7
*
patch 8.0.1808: can't build without TGETENT
v8.0.1808
Bram Moolenaar
2018-05-10
1
-0
/
+2
*
patch 8.0.1807: function to set terminal name is too long
v8.0.1807
Bram Moolenaar
2018-05-10
1
-138
/
+147
*
patch 8.0.1791: using uint8_t does not work everywhere
v8.0.1791
Bram Moolenaar
2018-05-05
1
-2
/
+2
*
patch 8.0.1785: missing symbol in Win32 small build
v8.0.1785
Bram Moolenaar
2018-05-01
1
-0
/
+2
*
patch 8.0.1783: cannot use 256 colors in a MS-Windows console
v8.0.1783
Bram Moolenaar
2018-05-01
1
-45
/
+164
*
patch 8.0.1762: terminal debug logging is a bit complicated
v8.0.1762
Bram Moolenaar
2018-04-24
1
-56
/
+44
*
patch 8.0.1753: various warnings from a static analyser
v8.0.1753
Bram Moolenaar
2018-04-24
1
-2
/
+2
*
patch 8.0.1659: scroll events not recognized for some xterm emulators
v8.0.1659
Bram Moolenaar
2018-04-04
1
-3
/
+6
*
patch 8.0.1618: color Grey50 is missing in the compiled-in table
v8.0.1618
Bram Moolenaar
2018-03-20
1
-1
/
+2
*
patch 8.0.1577: virtual replace test fails on MS-Windows
v8.0.1577
Bram Moolenaar
2018-03-06
1
-0
/
+1
*
patch 8.0.1573: getwinpos(1) may cause response to be handled as command
v8.0.1573
Bram Moolenaar
2018-03-05
1
-11
/
+33
[next]