summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.1.0920: in Terminal-Normal mode job output messes up the windowv8.1.0920Bram Moolenaar2019-02-141-33/+140
* patch 8.1.0912: MS-Windows: warning for signed/unsignedv8.1.0912Bram Moolenaar2019-02-131-2/+2
* patch 8.1.0909: MS-Windows: using ConPTY even though it is not stablev8.1.0909Bram Moolenaar2019-02-131-2/+2
* patch 8.1.0900: ConPTY many crash with 32-bit buildv8.1.0900Bram Moolenaar2019-02-121-3/+3
* patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar2019-02-081-29/+29
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-031-16/+458
* patch 8.1.0847: may use terminal after it was cleaned upv8.1.0847Bram Moolenaar2019-01-291-5/+10
* patch 8.1.0845: having job_status() free the job causes problemsv8.1.0845Bram Moolenaar2019-01-291-21/+49
* patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824Bram Moolenaar2019-01-261-3/+3
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-30/+3
* patch 8.1.0760: no proper test for using 'termencoding'v8.1.0760Bram Moolenaar2019-01-171-46/+52
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-19/+19
* patch 8.1.0685: get_buf_tv() is named inconsistentlyv8.1.0685Bram Moolenaar2019-01-031-1/+1
* patch 8.1.0645: Coverity warns for possible use of NULL pointerv8.1.0645Bram Moolenaar2018-12-271-0/+2
* patch 8.1.0633: crash when out of memory while opening a terminal windowv8.1.0633Bram Moolenaar2018-12-241-7/+25
* patch 8.1.0618: term_getjob() does not return v:null as documentedv8.1.0618Bram Moolenaar2018-12-211-2/+5
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-22/+22
* patch 8.1.0611: crash when using terminal with long composing charactersv8.1.0611Bram Moolenaar2018-12-201-1/+2
* patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar2018-12-141-7/+7
* patch 8.1.0522: :terminal does not show trailing empty linesv8.1.0522Bram Moolenaar2018-11-111-0/+9
* patch 8.1.0491: if a terminal dump has CR it is considered corruptv8.1.0491Bram Moolenaar2018-10-231-1/+6
* patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't showv8.1.0481Bram Moolenaar2018-10-161-2/+19
* patch 8.1.0358: crash when using term_dumpwrite() after the job finishedv8.1.0358Bram Moolenaar2018-09-091-0/+5
* 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