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
/
terminal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4157: terminal test fails because Windows sets the title
v8.2.4157
ichizok
2022-01-20
1
-0
/
+2
*
patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping
v8.2.4099
Bram Moolenaar
2022-01-15
1
-1
/
+2
*
patch 8.2.4043: using int for second argument of ga_init2()
v8.2.4043
Bram Moolenaar
2022-01-08
1
-4
/
+4
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-5
/
+5
*
patch 8.2.3977: error messages are spread out
v8.2.3977
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-10
/
+10
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-9
/
+9
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-1
/
+1
*
patch 8.2.3828: when opening a terminal from a timer first typed char is lost
v8.2.3828
Bram Moolenaar
2021-12-16
1
-0
/
+17
*
patch 8.2.3803: GUI: crash with 'writedelay' set using a terminal window
v8.2.3803
Bram Moolenaar
2021-12-14
1
-3
/
+3
*
patch 8.2.3801: if a terminal shows in two windows, only one is redrawn
v8.2.3801
Bram Moolenaar
2021-12-13
1
-2
/
+16
*
patch 8.2.3796: the funcexe_T struct members are not named consistently
v8.2.3796
Bram Moolenaar
2021-12-13
1
-3
/
+3
*
patch 8.2.3763: when editing the cmdline a callback may cause a scroll up
v8.2.3763
Bram Moolenaar
2021-12-09
1
-1
/
+1
*
patch 8.2.3761: focus change is not passed on to a terminal window
v8.2.3761
Bram Moolenaar
2021-12-08
1
-8
/
+33
*
patch 8.2.3666: libvterm is outdated
v8.2.3666
Bram Moolenaar
2021-11-24
1
-1
/
+4
*
patch 8.2.3653: terminal ANSI colors may be wrong
v8.2.3653
Milly
2021-11-23
1
-0
/
+1
*
patch 8.2.3640: freeze when calling term_wait() in a close callback
v8.2.3640
Bram Moolenaar
2021-11-21
1
-0
/
+18
*
patch 8.2.3628: looking terminal colors is a bit slow
v8.2.3628
Bram Moolenaar
2021-11-20
1
-181
/
+202
*
patch 8.2.3624: when renaming a terminal buffer status text is not updated
v8.2.3624
Bram Moolenaar
2021-11-19
1
-0
/
+9
*
patch 8.2.3597: Vim seems to hang when writing a long text to a terminal
v8.2.3597
Bram Moolenaar
2021-11-15
1
-1
/
+15
*
patch 8.2.3585: crash when passing float to "term_rows" of term_start()
v8.2.3585
Bram Moolenaar
2021-11-12
1
-1
/
+2
*
patch 8.2.3555: ModeChanged is not triggered on every mode change
v8.2.3555
=?UTF-8?q?Magnus=20Gro=C3=9F?=
2021-10-22
1
-0
/
+1
*
patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" works
v8.2.3530
Bram Moolenaar
2021-10-17
1
-1
/
+1
*
patch 8.2.3516: terminal window does not have transparent background
v8.2.3516
Milly
2021-10-15
1
-84
/
+42
*
patch 8.2.3415: Vim9: not all function argument types are properly checked
v8.2.3415
Yegappan Lakshmanan
2021-09-08
1
-1
/
+1
*
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
Yegappan Lakshmanan
2021-07-27
1
-16
/
+51
*
patch 8.2.3208: dynamic library load error does not mention why it failed
v8.2.3208
Martin Tournoij
2021-07-24
1
-2
/
+3
*
patch 8.2.3206: Vim9: argument types are not checked at compile time
v8.2.3206
Yegappan Lakshmanan
2021-07-23
1
-1
/
+15
*
patch 8.2.3194: Vim9: argument types are not checked at compile time
v8.2.3194
Yegappan Lakshmanan
2021-07-21
1
-10
/
+36
*
patch 8.2.3188: Vim9: argument types are not checked at compile time
v8.2.3188
Yegappan Lakshmanan
2021-07-20
1
-19
/
+21
*
patch 8.2.3173: Vim9: argument types are not checked at compile time
v8.2.3173
Yegappan Lakshmanan
2021-07-17
1
-5
/
+46
*
patch 8.2.3162: Vim9: argument types are not checked at compile time
v8.2.3162
Yegappan Lakshmanan
2021-07-15
1
-0
/
+5
*
patch 8.2.3135: Vim9: builtin function arguments not checked at compile time
v8.2.3135
Yegappan Lakshmanan
2021-07-10
1
-0
/
+5
*
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.2908: crash when using a terminal popup window from cmdline window
v8.2.2908
Bram Moolenaar
2021-05-30
1
-0
/
+7
*
patch 8.2.2845: MS-Windows: warning for signed/unsigned comparison
v8.2.2845
Bram Moolenaar
2021-05-08
1
-2
/
+2
*
patch 8.2.2830: terminal colors are not updated when 'background' is set
v8.2.2830
Bram Moolenaar
2021-05-03
1
-4
/
+18
*
patch 8.2.2818: no jump added when opening terminal in current window
v8.2.2818
Bram Moolenaar
2021-04-29
1
-0
/
+1
*
patch 8.2.2675: directory change in a terminal window shell is not followed
v8.2.2675
Bram Moolenaar
2021-03-29
1
-1
/
+74
*
patch 8.2.2545: errors and crash when terminal window is zero height
v8.2.2545
Bram Moolenaar
2021-02-23
1
-0
/
+5
*
patch 8.2.2067: cursor position in popup terminal is wrong
v8.2.2067
Bram Moolenaar
2020-11-28
1
-4
/
+2
*
patch 8.2.2064: terminal: cursor is on while redrawing, causing flicker
v8.2.2064
Bram Moolenaar
2020-11-28
1
-10
/
+10
*
patch 8.2.2061: Vim9: E1030 error when using empty string for term_sendkeys()
v8.2.2061
Bram Moolenaar
2020-11-27
1
-1
/
+1
*
patch 8.2.1990: cursor position wrong in terminal popup with finished job
v8.2.1990
Bram Moolenaar
2020-11-15
1
-0
/
+3
*
patch 8.2.1985: crash when closing terminal popup with <Cmd> mapping
v8.2.1985
Bram Moolenaar
2020-11-14
1
-3
/
+1
*
patch 8.2.1979: "term_opencmd" option of term_start() is truncated
v8.2.1979
Bram Moolenaar
2020-11-12
1
-9
/
+13
*
patch 8.2.1978: making a mapping work in all modes is complicated
v8.2.1978
Bram Moolenaar
2020-11-12
1
-0
/
+4
*
patch 8.2.1963: crash when using a popup window with "latin1" encoding
v8.2.1963
Bram Moolenaar
2020-11-06
1
-4
/
+16
*
patch 8.2.1959: crash when terminal buffer name is made empty
v8.2.1959
Bram Moolenaar
2020-11-05
1
-3
/
+5
*
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-10-24
1
-3
/
+4
[next]