log src/terminal.c @ 19774:00a1b89256ea v8.2.0443

age author description
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
Sun, 08 Jul 2018 21:00:07 +0200 Christian Brabandt patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get error v8.1.0171
Sun, 08 Jul 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0166: using dict_add_nr_str() is clumsy v8.1.0166
Tue, 19 Jun 2018 20:00:08 +0200 Christian Brabandt patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd" v8.1.0087
Mon, 18 Jun 2018 22:30:07 +0200 Christian Brabandt patch 8.1.0076: command getting cleared with CTRL-W : in a terminal window v8.1.0076
Sun, 17 Jun 2018 22:30:06 +0200 Christian Brabandt patch 8.1.0072: use of 'termwinkey' is inconsistent v8.1.0072
Tue, 12 Jun 2018 20:30:06 +0200 Christian Brabandt patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window v8.1.0050
Mon, 04 Jun 2018 17:30:08 +0200 Christian Brabandt patch 8.1.0032: BS in prompt buffer starts new line v8.1.0032
Mon, 21 May 2018 23:00:06 +0200 Christian Brabandt patch 8.1.0016: possible crash in term_wait() v8.1.0016
Mon, 21 May 2018 19:00:07 +0200 Christian Brabandt patch 8.1.0015: cursor color wrong when closing a terminal window v8.1.0015
Mon, 21 May 2018 15:00:07 +0200 Christian Brabandt patch 8.1.0013: using freed memory when changing terminal cursor color v8.1.0013
Thu, 17 May 2018 13:30:07 +0200 Christian Brabandt patch 8.0.1850: todo items in source code not visible for users v8.0.1850
Wed, 16 May 2018 00:00:12 +0200 Christian Brabandt patch 8.0.1848: 'termwinscroll' does not work properly v8.0.1848
Sun, 13 May 2018 19:15:06 +0200 Christian Brabandt patch 8.0.1838: cursor in wrong pos when switching to Terminal-Normal mode v8.0.1838
Sun, 13 May 2018 15:30:06 +0200 Christian Brabandt patch 8.0.1830: switching to Terminal-Normal mode does not redraw v8.0.1830
Sat, 12 May 2018 21:30:06 +0200 Christian Brabandt patch 8.0.1824: Coverity warns for variable that may be uninitialized v8.0.1824
Sat, 12 May 2018 20:45:04 +0200 Christian Brabandt patch 8.0.1821: cursor in terminal window moves when pressing CTRL-W v8.0.1821
Sat, 12 May 2018 17:00:06 +0200 Christian Brabandt patch 8.0.1818: lines remove from wrong buffer when using terminal window v8.0.1818
Fri, 11 May 2018 22:15:06 +0200 Christian Brabandt patch 8.0.1815: crash with terminal window and with 'lazyredraw' set v8.0.1815
Fri, 11 May 2018 21:00:06 +0200 Christian Brabandt patch 8.0.1814: crash with terminal window and with 'lazyredraw' set v8.0.1814
Thu, 10 May 2018 18:15:06 +0200 Christian Brabandt patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal mode v8.0.1810
Mon, 07 May 2018 20:15:05 +0200 Christian Brabandt patch 8.0.1803: warning for uninitialized variable v8.0.1803
Sun, 06 May 2018 22:15:05 +0200 Christian Brabandt patch 8.0.1802: MS-Windows: terminal test fails v8.0.1802
Sun, 06 May 2018 22:00:07 +0200 Christian Brabandt patch 8.0.1801: MS-Windows: redirecting terminal output does not work v8.0.1801
Sun, 06 May 2018 16:45:05 +0200 Christian Brabandt patch 8.0.1797: terminal window is redrawn too often v8.0.1797
Sun, 06 May 2018 14:00:05 +0200 Christian Brabandt patch 8.0.1796: GUI: click on tab fails when the focus is in a terminal v8.0.1796
Sat, 05 May 2018 21:15:05 +0200 Christian Brabandt patch 8.0.1795: lose contact with jobs when :gui forks v8.0.1795
Sat, 05 May 2018 16:45:05 +0200 Christian Brabandt patch 8.0.1794: duplicate term options after renaming v8.0.1794
Thu, 03 May 2018 20:45:04 +0200 Christian Brabandt patch 8.0.1789: BufWinEnter does not work well for a terminal window v8.0.1789
Tue, 01 May 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1786: no test for 'termwinkey' v8.0.1786
Tue, 01 May 2018 16:00:07 +0200 Christian Brabandt patch 8.0.1783: cannot use 256 colors in a MS-Windows console v8.0.1783
Sat, 21 Apr 2018 23:45:06 +0200 Christian Brabandt patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmd v8.0.1747
Sat, 21 Apr 2018 22:45:07 +0200 Christian Brabandt patch 8.0.1745: build failure on MS-Windows v8.0.1745
Sat, 21 Apr 2018 20:15:07 +0200 Christian Brabandt patch 8.0.1743: terminal window options are named inconsistently v8.0.1743
Tue, 17 Apr 2018 23:30:07 +0200 Christian Brabandt patch 8.0.1732: crash when terminal API call deletes the buffer v8.0.1732
Mon, 16 Apr 2018 00:00:07 +0200 Christian Brabandt patch 8.0.1722: cannot specify a minimal size for a terminal window v8.0.1722
Sun, 15 Apr 2018 17:30:07 +0200 Christian Brabandt patch 8.0.1720: when a timer is running a terminal window may not close v8.0.1720
Sun, 15 Apr 2018 13:00:05 +0200 Christian Brabandt patch 8.0.1715: terminal buffer can be 1 more than 'terminalscroll' lines v8.0.1715
Sat, 14 Apr 2018 21:45:07 +0200 Christian Brabandt patch 8.0.1714: term_setsize() does not give an error in a normal buffer v8.0.1714
Sat, 14 Apr 2018 18:15:06 +0200 Christian Brabandt patch 8.0.1712: terminal scrollback is not limited v8.0.1712
Sat, 14 Apr 2018 17:15:05 +0200 Christian Brabandt patch 8.0.1711: term_setsize() is not implemented yet v8.0.1711
Fri, 13 Apr 2018 22:15:14 +0200 Christian Brabandt patch 8.0.1706: cannot sent CTRL- to a terminal window v8.0.1706
Tue, 10 Apr 2018 18:30:07 +0200 Christian Brabandt patch 8.0.1687: 64 bit compiler warnings v8.0.1687
Tue, 10 Apr 2018 16:00:09 +0200 Christian Brabandt patch 8.0.1685: can't set ANSI colors of a terminal window v8.0.1685
Tue, 10 Apr 2018 15:00:13 +0200 Christian Brabandt patch 8.0.1684: ml_get errors when using terminal window for shell command v8.0.1684
Tue, 10 Apr 2018 12:15:08 +0200 Christian Brabandt patch 8.0.1680: memory allocated by libvterm is not profiled v8.0.1680
Thu, 05 Apr 2018 21:15:05 +0200 Christian Brabandt patch 8.0.1664: test failure because of not allocating enough space v8.0.1664
Thu, 05 Apr 2018 19:00:08 +0200 Christian Brabandt patch 8.0.1662: showing dump diff doesn't mention both file names v8.0.1662
Wed, 04 Apr 2018 23:15:06 +0200 Christian Brabandt patch 8.0.1661: warnings from 64 bit compiler v8.0.1661
Wed, 04 Apr 2018 23:00:07 +0200 Christian Brabandt patch 8.0.1660: the terminal API "drop" command doesn't support options v8.0.1660
Thu, 29 Mar 2018 17:30:06 +0200 Christian Brabandt patch 8.0.1652: term_dumpwrite() does not output composing characters v8.0.1652
Mon, 26 Mar 2018 21:45:07 +0200 Christian Brabandt patch 8.0.1647: terminal API may call any user function v8.0.1647
Sun, 25 Mar 2018 18:30:07 +0200 Christian Brabandt patch 8.0.1641: job in terminal can't communicate with Vim v8.0.1641
Fri, 23 Mar 2018 22:15:06 +0100 Christian Brabandt patch 8.0.1632: in a terminal dump NUL and space are different v8.0.1632
Wed, 21 Mar 2018 22:30:06 +0100 Christian Brabandt patch 8.0.1626: compiler warning for possible loss of data v8.0.1626
Tue, 20 Mar 2018 18:45:07 +0100 Christian Brabandt patch 8.0.1624: options for term_dumpdiff() and term_dumpload() not implemented v8.0.1624
Sun, 18 Mar 2018 19:30:06 +0100 Christian Brabandt patch 8.0.1615: term_dumpload() does not use the right colors v8.0.1615
Fri, 16 Mar 2018 23:00:07 +0100 Christian Brabandt patch 8.0.1612: need to close terminal after shell stopped v8.0.1612
Fri, 16 Mar 2018 22:30:07 +0100 Christian Brabandt patch 8.0.1611: CTRL-W in system terminal does not go to job v8.0.1611
Fri, 16 Mar 2018 21:45:06 +0100 Christian Brabandt patch 8.0.1610: cannot build without GUI v8.0.1610
Fri, 16 Mar 2018 21:00:08 +0100 Christian Brabandt patch 8.0.1609: shell commands in the GUI use a dumb terminal v8.0.1609
Tue, 13 Mar 2018 13:15:07 +0100 Christian Brabandt patch 8.0.1603: cannot build with +terminal but without +menu v8.0.1603
Sun, 11 Mar 2018 19:45:05 +0100 Christian Brabandt patch 8.0.1598: cannot select text in a terminal with the mouse v8.0.1598
Sun, 11 Mar 2018 17:00:08 +0100 Christian Brabandt patch 8.0.1596: no autocommand specifically for opening a terminal window v8.0.1596
Sat, 10 Mar 2018 20:30:04 +0100 Christian Brabandt patch 8.0.1593: :qall never exits with an active terminal window v8.0.1593
Fri, 09 Mar 2018 21:45:06 +0100 Christian Brabandt patch 8.0.1592: terminal windows in a session are not properly restored v8.0.1592
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Tue, 27 Feb 2018 16:30:05 +0100 Christian Brabandt patch 8.0.1546: using feedkeys() in a terminal may trigger mappings v8.0.1546
Sun, 25 Feb 2018 21:45:06 +0100 Christian Brabandt patch 8.0.1542: terminal screen dump does not include cursor position v8.0.1542
Sat, 24 Feb 2018 20:00:07 +0100 Christian Brabandt patch 8.0.1539: no test for the popup menu positioning v8.0.1539
Tue, 20 Feb 2018 16:00:06 +0100 Christian Brabandt patch 8.0.1526: no test using a screen dump yet v8.0.1526
Mon, 19 Feb 2018 22:00:07 +0100 Christian Brabandt patch 8.0.1524: compiler warnings for uninitialized variables v8.0.1524
Sun, 18 Feb 2018 22:15:06 +0100 Christian Brabandt patch 8.0.1523: cannot write and read terminal screendumps v8.0.1523
Fri, 16 Feb 2018 20:15:08 +0100 Christian Brabandt patch 8.0.1521: Shift-Tab does not work in a terminal window v8.0.1521
Tue, 13 Feb 2018 21:30:06 +0100 Christian Brabandt patch 8.0.1520: cursor in wrong line when using a WinBar in Terminal window v8.0.1520
Tue, 13 Feb 2018 14:15:06 +0100 Christian Brabandt patch 8.0.1515: BufWinEnter event fired when opening hidden terminal v8.0.1515
Sun, 11 Feb 2018 15:00:06 +0100 Christian Brabandt patch 8.0.1499: out-of-memory situation not correctly handled v8.0.1499
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Fri, 09 Feb 2018 17:00:07 +0100 Christian Brabandt patch 8.0.1484: reduntant conditions v8.0.1484
Thu, 08 Feb 2018 22:45:05 +0100 Christian Brabandt patch 8.0.1477: redraw flicker when moving the mouse outside of terminal window v8.0.1477
Tue, 30 Jan 2018 22:45:05 +0100 Christian Brabandt patch 8.0.1440: terminal window: some vterm responses are delayed v8.0.1440
Fri, 26 Jan 2018 21:15:06 +0100 Christian Brabandt patch 8.0.1430: crash when term_start() fails v8.0.1430
Fri, 26 Jan 2018 20:15:06 +0100 Christian Brabandt patch 8.0.1429: crash when calling term_start() with empty argument v8.0.1429
Tue, 05 Dec 2017 21:45:04 +0100 Christian Brabandt patch 8.0.1376: cursor in terminal not always updated v8.0.1376
Tue, 05 Dec 2017 13:15:05 +0100 Christian Brabandt patch 8.0.1368: cannot drag status or separator of new terminal window v8.0.1368
Fri, 01 Dec 2017 21:15:05 +0100 Christian Brabandt patch 8.0.1362: terminal window colors wrong when using Terminal highlighting v8.0.1362
Thu, 30 Nov 2017 22:15:05 +0100 Christian Brabandt patch 8.0.1360: the Terminal highlighting doesn't work in a terminal v8.0.1360
Wed, 29 Nov 2017 22:45:05 +0100 Christian Brabandt patch 8.0.1359: libvterm ANSI colors can not always be recognized v8.0.1359
Tue, 21 Nov 2017 18:15:06 +0100 Christian Brabandt patch 8.0.1330: MS-Windows: job in terminal can't get back to Vim v8.0.1330
Tue, 21 Nov 2017 15:00:06 +0100 Christian Brabandt patch 8.0.1328: trouble when using ":term ++close" with autocmd v8.0.1328
Mon, 20 Nov 2017 22:00:06 +0100 Christian Brabandt patch 8.0.1323: mouse events in a terminal window may cause endless loop v8.0.1323
Sun, 19 Nov 2017 15:15:05 +0100 Christian Brabandt patch 8.0.1317: accessing freed memory in term_wait() v8.0.1317
Sat, 18 Nov 2017 19:00:06 +0100 Christian Brabandt patch 8.0.1309: cannot use 'balloonexpr' in a terminal v8.0.1309
Thu, 16 Nov 2017 13:15:05 +0100 Christian Brabandt patch 8.0.1299: bracketed paste does not work well in terminal window v8.0.1299
Thu, 09 Nov 2017 17:45:05 +0100 Christian Brabandt patch 8.0.1277: terminal window CR-NL conversions may cause problems v8.0.1277
Thu, 09 Nov 2017 13:30:05 +0100 Christian Brabandt patch 8.0.1276: key lost when window closed in exit callback v8.0.1276
Sat, 04 Nov 2017 20:15:04 +0100 Christian Brabandt patch 8.0.1261: program in terminal window gets NL instead of CR v8.0.1261
Mon, 30 Oct 2017 22:00:06 +0100 Christian Brabandt patch 8.0.1240: MS-Windows: term_start() does not support environment v8.0.1240
Sun, 15 Oct 2017 23:00:04 +0200 Christian Brabandt patch 8.0.1203: terminal window mistreats composing characters v8.0.1203
Sun, 15 Oct 2017 13:30:05 +0200 Christian Brabandt patch 8.0.1195: can't build on MS-Windows v8.0.1195
Sat, 14 Oct 2017 23:30:05 +0200 Christian Brabandt patch 8.0.1194: actual fg and bg colors of terminal are unknown v8.0.1194
Sat, 07 Oct 2017 17:45:04 +0200 Christian Brabandt patch 8.0.1177: in a terminal window the popup menu is not cleared v8.0.1177
Mon, 02 Oct 2017 22:00:05 +0200 Christian Brabandt patch 8.0.1173: terminal window is not redrawn after CTRL-L v8.0.1173
Sat, 30 Sep 2017 20:45:04 +0200 Christian Brabandt patch 8.0.1167: Motif: typing in terminal window is slow v8.0.1167
Tue, 26 Sep 2017 14:00:06 +0200 Christian Brabandt patch 8.0.1149: libvterm colors differ from xterm v8.0.1149
Fri, 22 Sep 2017 14:45:06 +0200 Christian Brabandt patch 8.0.1135: W_WINCOL() is always the same v8.0.1135
Fri, 22 Sep 2017 11:15:04 +0200 Christian Brabandt Missing part of 8.0.1131.
Wed, 20 Sep 2017 10:15:05 +0200 Christian Brabandt Add back terminal.c
Mon, 18 Sep 2017 21:30:05 +0200 Christian Brabandt patch 8.0.1126: endless resize when terminal showing in two buffers v8.0.1126
Sun, 17 Sep 2017 23:15:04 +0200 Christian Brabandt patch 8.0.1123: cannot define a toolbar for a window v8.0.1123
Thu, 14 Sep 2017 20:45:05 +0200 Christian Brabandt patch 8.0.1108: cannot specify mappings for the terminal window v8.0.1108
Thu, 14 Sep 2017 16:00:06 +0200 Christian Brabandt patch 8.0.1106: terminal colors wrong on an MS-Windows console v8.0.1106
Thu, 14 Sep 2017 13:45:04 +0200 Christian Brabandt patch 8.0.1103: converting cterm color fails for grey ramp v8.0.1103
Thu, 14 Sep 2017 00:15:04 +0200 Christian Brabandt patch 8.0.1102: terminal window does not use Normal colors v8.0.1102
Wed, 13 Sep 2017 22:15:05 +0200 Christian Brabandt patch 8.0.1100: stuck in redraw loop when 'lazyredraw' is set v8.0.1100
Mon, 11 Sep 2017 23:15:04 +0200 Christian Brabandt patch 8.0.1097: background color wrong if job changes background color v8.0.1097
Mon, 11 Sep 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1096: terminal window in Normal mode has wrong background v8.0.1096
Sun, 10 Sep 2017 14:30:03 +0200 Christian Brabandt patch 8.0.1087: Test_terminal_cwd is flaky v8.0.1087
Sat, 09 Sep 2017 16:45:04 +0200 Christian Brabandt patch 8.0.1080: memory leak for eof_chars terminal option and buffer name v8.0.1080
Fri, 08 Sep 2017 21:00:04 +0200 Christian Brabandt patch 8.0.1076: term_start() does not take callbacks v8.0.1076
Fri, 08 Sep 2017 16:30:05 +0200 Christian Brabandt patch 8.0.1075: MS-Windows: mouse does not work in terminal v8.0.1075
Fri, 08 Sep 2017 14:45:05 +0200 Christian Brabandt patch 8.0.1074: ":term NONE" does not work on MS-Windows v8.0.1074
Tue, 05 Sep 2017 23:45:04 +0200 Christian Brabandt patch 8.0.1063: Coverity warns for NULL check and array use v8.0.1063
Tue, 05 Sep 2017 23:15:04 +0200 Christian Brabandt patch 8.0.1061: Coverity: no check for NULL command v8.0.1061
Sun, 03 Sep 2017 21:00:04 +0200 Christian Brabandt patch 8.0.1052: term_start() does not allow in_io, out_io and err_io options v8.0.1052
Sat, 02 Sep 2017 18:45:04 +0200 Christian Brabandt patch 8.0.1038: strike-through text not supported v8.0.1038
Sat, 02 Sep 2017 17:30:03 +0200 Christian Brabandt patch 8.0.1036: ++eof argument for terminal only available on MS-Windows v8.0.1036
Sat, 02 Sep 2017 16:30:04 +0200 Christian Brabandt patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windows v8.0.1035
Sat, 02 Sep 2017 15:00:04 +0200 Christian Brabandt patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windows v8.0.1034
Wed, 30 Aug 2017 16:00:04 +0200 Christian Brabandt patch 8.0.1018: warnings from 64-bit compiler v8.0.1018
Tue, 29 Aug 2017 23:00:04 +0200 Christian Brabandt patch 8.0.1013: terminal window behaves different from a buffer with changes v8.0.1013
Mon, 28 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.1009: Xterm cursor blinking status may be inverted v8.0.1009
Sat, 26 Aug 2017 23:45:04 +0200 Christian Brabandt patch 8.0.1002: unnecessarily updating screen after timer callback v8.0.1002
Sat, 26 Aug 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1000: cannot open a terminal without running a job in it v8.0.1000
Thu, 24 Aug 2017 22:00:05 +0200 Christian Brabandt patch 8.0.0994: MS-Windows: cursor in terminal blinks undesirably v8.0.0994
Thu, 24 Aug 2017 00:00:05 +0200 Christian Brabandt patch 8.0.0992: terminal title is wrong when 'encoding' is DBCS v8.0.0992
Wed, 23 Aug 2017 23:45:04 +0200 Christian Brabandt patch 8.0.0991: using wrong character conversion for DBCS v8.0.0991
Wed, 23 Aug 2017 23:15:04 +0200 Christian Brabandt patch 8.0.0990: with DBCS 'encoding' wrong pasting register into terminal v8.0.0990
Tue, 22 Aug 2017 22:30:05 +0200 Christian Brabandt patch 8.0.0987: terminal: second byte of double-byte char wrong v8.0.0987
Tue, 22 Aug 2017 22:30:05 +0200 Christian Brabandt patch 8.0.0986: terminal feature always requires multi-byte feature v8.0.0986
Tue, 22 Aug 2017 20:45:04 +0200 Christian Brabandt patch 8.0.0984: terminal blinking cursor not correct in the GUI v8.0.0984
Mon, 21 Aug 2017 22:15:05 +0200 Christian Brabandt patch 8.0.0982: cannot use a terminal when 'encoding' is non-utf8 multi-byte v8.0.0982
Mon, 21 Aug 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0981: cursor in terminal window blinks by default v8.0.0981
Sun, 20 Aug 2017 19:30:04 +0200 Christian Brabandt patch 8.0.0977: cannot send lines to a terminal job on MS-Windows v8.0.0977
Sun, 20 Aug 2017 18:15:04 +0200 Christian Brabandt patch 8.0.0976: cannot send lines to a terminal job v8.0.0976
Sun, 20 Aug 2017 15:15:04 +0200 Christian Brabandt patch 8.0.0973: initial info about blinking cursor is wrong v8.0.0973
Sat, 19 Aug 2017 21:30:03 +0200 Christian Brabandt patch 8.0.0968: crash when switching terminal modes v8.0.0968
Sat, 19 Aug 2017 19:45:04 +0200 Christian Brabandt patch 8.0.0965: not restoring cursor shape after it was set in a terminal v8.0.0965
Fri, 18 Aug 2017 23:00:05 +0200 Christian Brabandt patch 8.0.0960: job in terminal does not get CTRL-C v8.0.0960
Fri, 18 Aug 2017 21:00:05 +0200 Christian Brabandt patch 8.0.0957: a terminal job can deadlock when sending many keys v8.0.0957
Thu, 17 Aug 2017 20:45:04 +0200 Christian Brabandt patch 8.0.0956: scrolling in a terminal window has flicker v8.0.0956
Thu, 17 Aug 2017 17:00:05 +0200 Christian Brabandt patch 8.0.0953: get "no write since last change" error in terminal window v8.0.0953
Thu, 17 Aug 2017 14:45:04 +0200 Christian Brabandt patch 8.0.0952: has('terminal') does not check existence of dll file v8.0.0952
Wed, 16 Aug 2017 23:15:03 +0200 Christian Brabandt patch 8.0.0949: winpty.dll name is fixed v8.0.0949
Mon, 14 Aug 2017 23:00:04 +0200 Christian Brabandt patch 8.0.0942: using freed memory with ":terminal" v8.0.0942
Sun, 13 Aug 2017 22:15:04 +0200 Christian Brabandt patch 8.0.0938: scrolling in terminal window is inefficient v8.0.0938
Sun, 13 Aug 2017 20:15:04 +0200 Christian Brabandt patch 8.0.0932: terminal may not use right characters for BS and Enter v8.0.0932
Sun, 13 Aug 2017 17:45:04 +0200 Christian Brabandt patch 8.0.0929: :term without argument does not work v8.0.0929
Sun, 13 Aug 2017 17:15:03 +0200 Christian Brabandt patch 8.0.0928: MS-Windows: passing arglist to job has escaping problems v8.0.0928