summaryrefslogtreecommitdiffstats
path: root/src/terminal.c
AgeCommit message (Expand)Author
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-16patch 8.1.0929: no error when requesting ConPTY but it's not availablev8.1.0929Bram Moolenaar
2019-02-15patch 8.1.0923: terminal dump diff swap does not update file namesv8.1.0923Bram Moolenaar
2019-02-14patch 8.1.0921: terminal test sometimes fails; using memory after freev8.1.0921Bram Moolenaar
2019-02-14patch 8.1.0920: in Terminal-Normal mode job output messes up the windowv8.1.0920Bram Moolenaar
2019-02-13patch 8.1.0912: MS-Windows: warning for signed/unsignedv8.1.0912Bram Moolenaar
2019-02-13patch 8.1.0909: MS-Windows: using ConPTY even though it is not stablev8.1.0909Bram Moolenaar
2019-02-12patch 8.1.0900: ConPTY many crash with 32-bit buildv8.1.0900Bram Moolenaar
2019-02-08patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar
2019-02-03patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar
2019-01-29patch 8.1.0847: may use terminal after it was cleaned upv8.1.0847Bram Moolenaar
2019-01-29patch 8.1.0845: having job_status() free the job causes problemsv8.1.0845Bram Moolenaar
2019-01-26patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-17patch 8.1.0760: no proper test for using 'termencoding'v8.1.0760Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-03patch 8.1.0685: get_buf_tv() is named inconsistentlyv8.1.0685Bram Moolenaar
2018-12-27patch 8.1.0645: Coverity warns for possible use of NULL pointerv8.1.0645Bram Moolenaar
2018-12-24patch 8.1.0633: crash when out of memory while opening a terminal windowv8.1.0633Bram Moolenaar
2018-12-21patch 8.1.0618: term_getjob() does not return v:null as documentedv8.1.0618Bram Moolenaar
2018-12-21patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar
2018-12-20patch 8.1.0611: crash when using terminal with long composing charactersv8.1.0611Bram Moolenaar
2018-12-14patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar
2018-11-11patch 8.1.0522: :terminal does not show trailing empty linesv8.1.0522Bram Moolenaar
2018-10-23patch 8.1.0491: if a terminal dump has CR it is considered corruptv8.1.0491Bram Moolenaar
2018-10-16patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't showv8.1.0481Bram Moolenaar
2018-09-09patch 8.1.0358: crash when using term_dumpwrite() after the job finishedv8.1.0358Bram Moolenaar
2018-08-24patch 8.1.0326: screen dump does not consider NUL and space equalv8.1.0326Bram Moolenaar
2018-08-07patch 8.1.0243: using :term ++close ++hidden closes a windowv8.1.0243Bram Moolenaar
2018-08-04patch 8.1.0238: 'buftype' is cleared when using ":term ++hidden cat"v8.1.0238Bram Moolenaar
2018-07-08patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get errorv8.1.0171Bram Moolenaar
2018-07-08patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar
2018-06-19patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"v8.1.0087Bram Moolenaar
2018-06-18patch 8.1.0076: command getting cleared with CTRL-W : in a terminal windowv8.1.0076Bram Moolenaar
2018-06-17patch 8.1.0072: use of 'termwinkey' is inconsistentv8.1.0072Bram Moolenaar
2018-06-12patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowv8.1.0050Bram Moolenaar
2018-06-04patch 8.1.0032: BS in prompt buffer starts new linev8.1.0032Bram Moolenaar
2018-05-21patch 8.1.0016: possible crash in term_wait()v8.1.0016Bram Moolenaar
2018-05-21patch 8.1.0015: cursor color wrong when closing a terminal windowv8.1.0015Bram Moolenaar
2018-05-21patch 8.1.0013: using freed memory when changing terminal cursor colorv8.1.0013Bram Moolenaar
2018-05-17patch 8.0.1850: todo items in source code not visible for usersv8.0.1850Bram Moolenaar
2018-05-15patch 8.0.1848: 'termwinscroll' does not work properlyv8.0.1848Bram Moolenaar
2018-05-13patch 8.0.1838: cursor in wrong pos when switching to Terminal-Normal modev8.0.1838Bram Moolenaar
2018-05-13patch 8.0.1830: switching to Terminal-Normal mode does not redrawv8.0.1830Bram Moolenaar
2018-05-12patch 8.0.1824: Coverity warns for variable that may be uninitializedv8.0.1824Bram Moolenaar
2018-05-12patch 8.0.1821: cursor in terminal window moves when pressing CTRL-Wv8.0.1821Bram Moolenaar
2018-05-12patch 8.0.1818: lines remove from wrong buffer when using terminal windowv8.0.1818Bram Moolenaar
2018-05-11patch 8.0.1815: crash with terminal window and with 'lazyredraw' setv8.0.1815Bram Moolenaar
2018-05-11patch 8.0.1814: crash with terminal window and with 'lazyredraw' setv8.0.1814Bram Moolenaar
2018-05-10patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal modev8.0.1810Bram Moolenaar