summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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