log src/terminal.c @ 24582:1a658c5eb326 v8.2.2830

age author description
Mon, 03 May 2021 20:45:04 +0200 Bram Moolenaar patch 8.2.2830: terminal colors are not updated when 'background' is set v8.2.2830
Thu, 29 Apr 2021 20:30:04 +0200 Bram Moolenaar patch 8.2.2818: no jump added when opening terminal in current window v8.2.2818
Mon, 29 Mar 2021 21:00:03 +0200 Bram Moolenaar patch 8.2.2675: directory change in a terminal window shell is not followed v8.2.2675
Tue, 23 Feb 2021 18:00:03 +0100 Bram Moolenaar patch 8.2.2545: errors and crash when terminal window is zero height v8.2.2545
Sat, 28 Nov 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.2067: cursor position in popup terminal is wrong v8.2.2067
Sat, 28 Nov 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.2064: terminal: cursor is on while redrawing, causing flicker v8.2.2064
Fri, 27 Nov 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.2061: Vim9: E1030 error when using empty string for term_sendkeys() v8.2.2061
Sun, 15 Nov 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.1990: cursor position wrong in terminal popup with finished job v8.2.1990
Sat, 14 Nov 2020 20:30:03 +0100 Bram Moolenaar patch 8.2.1985: crash when closing terminal popup with <Cmd> mapping v8.2.1985
Thu, 12 Nov 2020 15:15:04 +0100 Bram Moolenaar patch 8.2.1979: "term_opencmd" option of term_start() is truncated v8.2.1979
Thu, 12 Nov 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.1978: making a mapping work in all modes is complicated v8.2.1978
Fri, 06 Nov 2020 18:00:03 +0100 Bram Moolenaar patch 8.2.1963: crash when using a popup window with "latin1" encoding v8.2.1963
Thu, 05 Nov 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.1959: crash when terminal buffer name is made empty v8.2.1959
Sat, 24 Oct 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1898: command modifier parsing always uses global cmdmod v8.2.1898
Fri, 23 Oct 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1892: valgrind warns for using uninitialized access in tests v8.2.1892
Tue, 29 Sep 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1772: cannot use CTRL-W <Down> to move out of a terminal window v8.2.1772
Fri, 11 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1664: memory leak when using :mkview with a terminal buffer v8.2.1664
Fri, 11 Sep 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1662: :mksession does not restore shared terminal buffer properly v8.2.1662
Sun, 06 Sep 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_start v8.2.1627
Sat, 05 Sep 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.1598: starting a hidden terminal resizes the current window v8.2.1598
Fri, 04 Sep 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1589: term_start() options for size are overruled by 'termwinsize' v8.2.1589
Wed, 01 Jul 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1108: mouse left-right scroll is not supported in terminal window v8.2.1108
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
Sun, 31 May 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.0862: ":term ++curwin" makes the current buffer hidden v8.2.0862
Sat, 30 May 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.0853: ml_delete() often called with FALSE argument v8.2.0853
Fri, 29 May 2020 22:45:05 +0200 Bram Moolenaar patch 8.2.0839: dropping modifier when putting a character back in typeahead v8.2.0839
Wed, 27 May 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.0831: compiler warnings for integer sizes v8.2.0831
Fri, 22 May 2020 13:45:03 +0200 Bram Moolenaar patch 8.2.0808: not enough testing for the terminal window v8.2.0808
Thu, 21 May 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.0804: libvterm code lags behind the upstream version v8.2.0804
Wed, 20 May 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.0802: libvterm code lags behind the upstream version v8.2.0802
Tue, 19 May 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0801: terminal test fails on Mac v8.2.0801
Tue, 19 May 2020 21:30:07 +0200 Bram Moolenaar patch 8.2.0798: libvterm code lags behind the upstream version v8.2.0798
Sun, 26 Apr 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.0645: MS-Windows terminal: CTRL-C does not get to child job v8.2.0645
Sun, 26 Apr 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.0643: terminal uses brown instead of dark yellow v8.2.0643
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Sat, 28 Mar 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.0472: terminal highlight name is set twice, leaking memory v8.2.0472
Thu, 26 Mar 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.0455: cannot set the highlight group for a specific terminal v8.2.0455
Sun, 22 Mar 2020 19:30:04 +0100 Bram Moolenaar patch 8.2.0428: buffer name may leak v8.2.0428
Thu, 19 Mar 2020 19:00:04 +0100 Bram Moolenaar patch 8.2.0413: buffer menu does not handle special buffers properly v8.2.0413
Wed, 11 Mar 2020 21:31:04 +0100 Bram Moolenaar patch 8.2.0373: type of term_sendkeys() is unknown v8.2.0373
Wed, 11 Mar 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.0371: crash with combination of terminal popup and autocmd v8.2.0371
Fri, 28 Feb 2020 22:30:09 +0100 Bram Moolenaar patch 8.2.0328: no redraw when leaving term-normal mode in popup terminal v8.2.0328
Mon, 24 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0314: short name not set for terminal buffer v8.2.0314
Mon, 10 Feb 2020 20:45:05 +0100 Bram Moolenaar patch 8.2.0237: crash when setting 'wincolor' on finished terminal window v8.2.0237
Sun, 02 Feb 2020 15:30:04 +0100 Bram Moolenaar patch 8.2.0196: blocking commands for a finished job in a popup window v8.2.0196
Sat, 01 Feb 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0191: cannot put a terminal in a popup window v8.2.0191
Thu, 30 Jan 2020 16:30:04 +0100 Bram Moolenaar patch 8.2.0181: problems parsing :term arguments v8.2.0181
Thu, 30 Jan 2020 15:00:03 +0100 Bram Moolenaar patch 8.2.0179: still a few places where range() does not work v8.2.0179
Thu, 05 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2395: using old C style comments v8.1.2395
Sun, 10 Nov 2019 22:45:03 +0100 Bram Moolenaar patch 8.1.2291: memory leak when executing command in a terminal v8.1.2291
Mon, 04 Nov 2019 23:30:03 +0100 Bram Moolenaar patch 8.1.2255: ":term ++shell" does not work on MS-Windows v8.1.2255
Sun, 03 Nov 2019 23:45:03 +0100 Bram Moolenaar patch 8.1.2251: ":term command" may not work without a shell v8.1.2251
Sun, 03 Nov 2019 21:30:04 +0100 Bram Moolenaar patch 8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabled v8.1.2248
Sat, 26 Oct 2019 16:30:03 +0200 Bram Moolenaar patch 8.1.2219: no autocommand for open window with terminal v8.1.2219
Wed, 23 Oct 2019 23:30:04 +0200 Bram Moolenaar patch 8.1.2204: crash on exit when closing terminals v8.1.2204
Sun, 20 Oct 2019 21:30:03 +0200 Bram Moolenaar patch 8.1.2195: Vim does not exit when the terminal window is last window v8.1.2195
Sun, 13 Oct 2019 16:45:04 +0200 Bram Moolenaar patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled v8.1.2145
Thu, 10 Oct 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2134: modifier keys are not always recognized v8.1.2134
Sun, 06 Oct 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2120: some MB_ macros are more complicated than necessary v8.1.2120
Tue, 01 Oct 2019 17:15:04 +0200 Bram Moolenaar patch 8.1.2107: various memory leaks reported by asan v8.1.2107
Thu, 26 Sep 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.2080: the terminal API is limited and can't be disabled v8.1.2080
Wed, 25 Sep 2019 22:15:03 +0200 Bram Moolenaar patch 8.1.2076: crash when trying to put a terminal in a popup window v8.1.2076
Sat, 21 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2064: MS-Windows: compiler warnings for unused arguments v8.1.2064
Tue, 10 Sep 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.2021: some global functions can be local to the file v8.1.2021
Sun, 08 Sep 2019 21:00:03 +0200 Bram Moolenaar patch 8.1.2012: more functions can be used as methods v8.1.2012
Thu, 15 Aug 2019 21:00:04 +0200 Bram Moolenaar patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminal v8.1.1848
Sat, 03 Aug 2019 18:30:07 +0200 Bram Moolenaar patch 8.1.1800: function call functions have too many arguments v8.1.1800
Tue, 25 Jun 2019 07:00:04 +0200 Bram Moolenaar patch 8.1.1592: may start file dialog while exiting v8.1.1592
Thu, 20 Jun 2019 04:00:07 +0200 Bram Moolenaar patch 8.1.1575: callbacks may be garbage collected v8.1.1575
Mon, 17 Jun 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1566: error message when terminal closes in another tab v8.1.1566
Mon, 03 Jun 2019 21:30:05 +0200 Bram Moolenaar patch 8.1.1457: cannot reuse a buffer when loading a screen dump v8.1.1457
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Sat, 25 May 2019 20:00:08 +0200 Bram Moolenaar patch 8.1.1391: no popup window support v8.1.1391
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Mon, 13 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1330: using bold attribute in terminal changes the color v8.1.1330
Sat, 11 May 2019 18:45:07 +0200 Bram Moolenaar patch 8.1.1319: computing function length name in many places v8.1.1319
Sun, 28 Apr 2019 20:00:10 +0200 Bram Moolenaar patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe v8.1.1230
Sun, 21 Apr 2019 00:15:05 +0200 Bram Moolenaar patch 8.1.1194: typos and small problems in source files v8.1.1194
Wed, 17 Apr 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1182: some function prototypes are outdated v8.1.1182
Fri, 12 Apr 2019 22:30:08 +0200 Bram Moolenaar patch 8.1.1161: unreachable code v8.1.1161
Thu, 11 Apr 2019 11:45:05 +0200 Bram Moolenaar patch 8.1.1146: in MS-Windows console colors in a terminal window are wrong v8.1.1146
Sat, 06 Apr 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1131: getwinpos() does not work in the MS-Windows console v8.1.1131
Sat, 06 Apr 2019 20:15:03 +0200 Bram Moolenaar patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows console v8.1.1127
Sat, 06 Apr 2019 18:00:05 +0200 Bram Moolenaar patch 8.1.1125: libvterm does not handle the window position report v8.1.1125
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Wed, 20 Mar 2019 20:45:06 +0100 Bram Moolenaar patch 8.1.1024: stray log calls in terminal code v8.1.1024
Tue, 19 Mar 2019 21:00:07 +0100 Bram Moolenaar patch 8.1.1018: window cleared when entering Terminal-Normal twice v8.1.1018
Mon, 25 Feb 2019 06:30:09 +0100 Bram Moolenaar patch 8.1.0982: update_cursor() called twice in :shell v8.1.0982
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sat, 16 Feb 2019 13:45:07 +0100 Bram Moolenaar patch 8.1.0929: no error when requesting ConPTY but it's not available v8.1.0929
Fri, 15 Feb 2019 00:30:06 +0100 Bram Moolenaar patch 8.1.0923: terminal dump diff swap does not update file names v8.1.0923
Thu, 14 Feb 2019 23:30:05 +0100 Bram Moolenaar patch 8.1.0921: terminal test sometimes fails; using memory after free v8.1.0921
Thu, 14 Feb 2019 21:30:05 +0100 Bram Moolenaar patch 8.1.0920: in Terminal-Normal mode job output messes up the window v8.1.0920
Wed, 13 Feb 2019 21:30:07 +0100 Bram Moolenaar patch 8.1.0912: MS-Windows: warning for signed/unsigned v8.1.0912
Wed, 13 Feb 2019 19:30:09 +0100 Bram Moolenaar patch 8.1.0909: MS-Windows: using ConPTY even though it is not stable v8.1.0909
Tue, 12 Feb 2019 22:00:06 +0100 Bram Moolenaar patch 8.1.0900: ConPTY many crash with 32-bit build v8.1.0900
Fri, 08 Feb 2019 13:00:08 +0100 Bram Moolenaar patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty v8.1.0880
Sun, 03 Feb 2019 15:00:08 +0100 Bram Moolenaar patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10 v8.1.0870
Tue, 29 Jan 2019 23:15:05 +0100 Bram Moolenaar patch 8.1.0847: may use terminal after it was cleaned up v8.1.0847
Tue, 29 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0845: having job_status() free the job causes problems v8.1.0845
Sat, 26 Jan 2019 15:15:12 +0100 Bram Moolenaar patch 8.1.0824: SunOS/Solaris has a problem with ttys v8.1.0824
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Thu, 17 Jan 2019 13:15:07 +0100 Bram Moolenaar patch 8.1.0760: no proper test for using 'termencoding' v8.1.0760
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Thu, 03 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0685: get_buf_tv() is named inconsistently v8.1.0685
Thu, 27 Dec 2018 21:30:06 +0100 Bram Moolenaar patch 8.1.0645: Coverity warns for possible use of NULL pointer v8.1.0645
Mon, 24 Dec 2018 21:45:05 +0100 Bram Moolenaar patch 8.1.0633: crash when out of memory while opening a terminal window v8.1.0633
Fri, 21 Dec 2018 21:00:06 +0100 Bram Moolenaar patch 8.1.0618: term_getjob() does not return v:null as documented v8.1.0618
Fri, 21 Dec 2018 16:15:06 +0100 Bram Moolenaar patch 8.1.0615: get_tv function names are not consistent v8.1.0615
Thu, 20 Dec 2018 21:00:07 +0100 Bram Moolenaar patch 8.1.0611: crash when using terminal with long composing characters v8.1.0611
Fri, 14 Dec 2018 15:45:06 +0100 Bram Moolenaar patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string() v8.1.0583
Sun, 11 Nov 2018 22:30:05 +0100 Bram Moolenaar patch 8.1.0522: :terminal does not show trailing empty lines v8.1.0522
Tue, 23 Oct 2018 21:45:06 +0200 Bram Moolenaar patch 8.1.0491: if a terminal dump has CR it is considered corrupt v8.1.0491
Tue, 16 Oct 2018 22:15:06 +0200 Bram Moolenaar patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't show v8.1.0481
Sun, 09 Sep 2018 20:00:07 +0200 Christian Brabandt patch 8.1.0358: crash when using term_dumpwrite() after the job finished v8.1.0358
Fri, 24 Aug 2018 21:45:05 +0200 Christian Brabandt patch 8.1.0326: screen dump does not consider NUL and space equal v8.1.0326
Tue, 07 Aug 2018 16:45:05 +0200 Christian Brabandt patch 8.1.0243: using :term ++close ++hidden closes a window v8.1.0243
Sat, 04 Aug 2018 17:00:05 +0200 Christian Brabandt patch 8.1.0238: 'buftype' is cleared when using ":term ++hidden cat" v8.1.0238