summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0326: screen dump does not consider NUL and space equalv8.1.0326Bram Moolenaar2018-08-241-2/+2
* patch 8.1.0243: using :term ++close ++hidden closes a windowv8.1.0243Bram Moolenaar2018-08-071-1/+7
* patch 8.1.0238: 'buftype' is cleared when using ":term ++hidden cat"v8.1.0238Bram Moolenaar2018-08-041-0/+2
* patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get errorv8.1.0171Bram Moolenaar2018-07-081-2/+5
* patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar2018-07-081-11/+10
* patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"v8.1.0087Bram Moolenaar2018-06-191-0/+6
* patch 8.1.0076: command getting cleared with CTRL-W : in a terminal windowv8.1.0076Bram Moolenaar2018-06-181-3/+5
* patch 8.1.0072: use of 'termwinkey' is inconsistentv8.1.0072Bram Moolenaar2018-06-171-3/+8
* patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowv8.1.0050Bram Moolenaar2018-06-121-1/+1
* patch 8.1.0032: BS in prompt buffer starts new linev8.1.0032Bram Moolenaar2018-06-041-2/+13
* patch 8.1.0016: possible crash in term_wait()v8.1.0016Bram Moolenaar2018-05-211-1/+1
* patch 8.1.0015: cursor color wrong when closing a terminal windowv8.1.0015Bram Moolenaar2018-05-211-12/+16
* patch 8.1.0013: using freed memory when changing terminal cursor colorv8.1.0013Bram Moolenaar2018-05-211-21/+31
* patch 8.0.1850: todo items in source code not visible for usersv8.0.1850Bram Moolenaar2018-05-171-22/+0
* patch 8.0.1848: 'termwinscroll' does not work properlyv8.0.1848Bram Moolenaar2018-05-151-0/+2
* patch 8.0.1838: cursor in wrong pos when switching to Terminal-Normal modev8.0.1838Bram Moolenaar2018-05-131-4/+4
* patch 8.0.1830: switching to Terminal-Normal mode does not redrawv8.0.1830Bram Moolenaar2018-05-131-18/+29
* patch 8.0.1824: Coverity warns for variable that may be uninitializedv8.0.1824Bram Moolenaar2018-05-121-1/+1
* patch 8.0.1821: cursor in terminal window moves when pressing CTRL-Wv8.0.1821Bram Moolenaar2018-05-121-14/+15
* patch 8.0.1818: lines remove from wrong buffer when using terminal windowv8.0.1818Bram Moolenaar2018-05-121-3/+6
* patch 8.0.1815: crash with terminal window and with 'lazyredraw' setv8.0.1815Bram Moolenaar2018-05-111-34/+85
* patch 8.0.1814: crash with terminal window and with 'lazyredraw' setv8.0.1814Bram Moolenaar2018-05-111-1/+11
* patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal modev8.0.1810Bram Moolenaar2018-05-101-18/+105
* patch 8.0.1803: warning for uninitialized variablev8.0.1803Bram Moolenaar2018-05-071-1/+1
* patch 8.0.1802: MS-Windows: terminal test failsv8.0.1802Bram Moolenaar2018-05-061-0/+7
* patch 8.0.1801: MS-Windows: redirecting terminal output does not workv8.0.1801Bram Moolenaar2018-05-061-17/+53
* patch 8.0.1797: terminal window is redrawn too oftenv8.0.1797Bram Moolenaar2018-05-061-31/+56
* patch 8.0.1796: GUI: click on tab fails when the focus is in a terminalv8.0.1796Bram Moolenaar2018-05-061-1/+4
* patch 8.0.1795: lose contact with jobs when :gui forksv8.0.1795Bram Moolenaar2018-05-051-3/+0
* patch 8.0.1794: duplicate term options after renamingv8.0.1794Bram Moolenaar2018-05-051-14/+17
* patch 8.0.1789: BufWinEnter does not work well for a terminal windowv8.0.1789Bram Moolenaar2018-05-031-7/+1
* patch 8.0.1786: no test for 'termwinkey'v8.0.1786Bram Moolenaar2018-05-011-3/+4
* patch 8.0.1783: cannot use 256 colors in a MS-Windows consolev8.0.1783Bram Moolenaar2018-05-011-59/+10
* patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmdv8.0.1747Bram Moolenaar2018-04-211-0/+12
* patch 8.0.1745: build failure on MS-Windowsv8.0.1745Bram Moolenaar2018-04-211-8/+0
* patch 8.0.1743: terminal window options are named inconsistentlyv8.0.1743Bram Moolenaar2018-04-211-8/+10
* patch 8.0.1732: crash when terminal API call deletes the bufferv8.0.1732Bram Moolenaar2018-04-171-0/+8
* patch 8.0.1722: cannot specify a minimal size for a terminal windowv8.0.1722Bram Moolenaar2018-04-151-45/+64
* patch 8.0.1720: when a timer is running a terminal window may not closev8.0.1720Bram Moolenaar2018-04-151-28/+55
* patch 8.0.1715: terminal buffer can be 1 more than 'terminalscroll' linesv8.0.1715Bram Moolenaar2018-04-151-1/+1
* patch 8.0.1714: term_setsize() does not give an error in a normal bufferv8.0.1714Bram Moolenaar2018-04-141-1/+6
* patch 8.0.1712: terminal scrollback is not limitedv8.0.1712Bram Moolenaar2018-04-141-3/+21
* patch 8.0.1711: term_setsize() is not implemented yetv8.0.1711Bram Moolenaar2018-04-141-3/+27
* patch 8.0.1706: cannot sent CTRL-\ to a terminal windowv8.0.1706Bram Moolenaar2018-04-131-1/+6
* patch 8.0.1687: 64 bit compiler warningsv8.0.1687Bram Moolenaar2018-04-101-3/+3
* patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar2018-04-101-5/+152
* patch 8.0.1684: ml_get errors when using terminal window for shell commandv8.0.1684Bram Moolenaar2018-04-101-1/+1
* patch 8.0.1680: memory allocated by libvterm is not profiledv8.0.1680Bram Moolenaar2018-04-101-4/+22
* patch 8.0.1664: test failure because of not allocating enough spacev8.0.1664Bram Moolenaar2018-04-051-1/+1
* patch 8.0.1662: showing dump diff doesn't mention both file namesv8.0.1662Bram Moolenaar2018-04-051-5/+62