summaryrefslogtreecommitdiffstats
path: root/src/terminal.c
AgeCommit message (Expand)Author
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
2018-05-07patch 8.0.1803: warning for uninitialized variablev8.0.1803Bram Moolenaar
2018-05-06patch 8.0.1802: MS-Windows: terminal test failsv8.0.1802Bram Moolenaar
2018-05-06patch 8.0.1801: MS-Windows: redirecting terminal output does not workv8.0.1801Bram Moolenaar
2018-05-06patch 8.0.1797: terminal window is redrawn too oftenv8.0.1797Bram Moolenaar
2018-05-06patch 8.0.1796: GUI: click on tab fails when the focus is in a terminalv8.0.1796Bram Moolenaar
2018-05-05patch 8.0.1795: lose contact with jobs when :gui forksv8.0.1795Bram Moolenaar
2018-05-05patch 8.0.1794: duplicate term options after renamingv8.0.1794Bram Moolenaar
2018-05-03patch 8.0.1789: BufWinEnter does not work well for a terminal windowv8.0.1789Bram Moolenaar
2018-05-01patch 8.0.1786: no test for 'termwinkey'v8.0.1786Bram Moolenaar
2018-05-01patch 8.0.1783: cannot use 256 colors in a MS-Windows consolev8.0.1783Bram Moolenaar
2018-04-21patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmdv8.0.1747Bram Moolenaar
2018-04-21patch 8.0.1745: build failure on MS-Windowsv8.0.1745Bram Moolenaar
2018-04-21patch 8.0.1743: terminal window options are named inconsistentlyv8.0.1743Bram Moolenaar
2018-04-17patch 8.0.1732: crash when terminal API call deletes the bufferv8.0.1732Bram Moolenaar
2018-04-15patch 8.0.1722: cannot specify a minimal size for a terminal windowv8.0.1722Bram Moolenaar
2018-04-15patch 8.0.1720: when a timer is running a terminal window may not closev8.0.1720Bram Moolenaar
2018-04-15patch 8.0.1715: terminal buffer can be 1 more than 'terminalscroll' linesv8.0.1715Bram Moolenaar
2018-04-14patch 8.0.1714: term_setsize() does not give an error in a normal bufferv8.0.1714Bram Moolenaar
2018-04-14patch 8.0.1712: terminal scrollback is not limitedv8.0.1712Bram Moolenaar
2018-04-14patch 8.0.1711: term_setsize() is not implemented yetv8.0.1711Bram Moolenaar
2018-04-13patch 8.0.1706: cannot sent CTRL-\ to a terminal windowv8.0.1706Bram Moolenaar
2018-04-10patch 8.0.1687: 64 bit compiler warningsv8.0.1687Bram Moolenaar
2018-04-10patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar
2018-04-10patch 8.0.1684: ml_get errors when using terminal window for shell commandv8.0.1684Bram Moolenaar
2018-04-10patch 8.0.1680: memory allocated by libvterm is not profiledv8.0.1680Bram Moolenaar
2018-04-05patch 8.0.1664: test failure because of not allocating enough spacev8.0.1664Bram Moolenaar
2018-04-05patch 8.0.1662: showing dump diff doesn't mention both file namesv8.0.1662Bram Moolenaar
2018-04-04patch 8.0.1661: warnings from 64 bit compilerv8.0.1661Bram Moolenaar
2018-04-04patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar
2018-03-29patch 8.0.1652: term_dumpwrite() does not output composing charactersv8.0.1652Bram Moolenaar
2018-03-26patch 8.0.1647: terminal API may call any user functionv8.0.1647Bram Moolenaar
2018-03-25patch 8.0.1641: job in terminal can't communicate with Vimv8.0.1641Bram Moolenaar
2018-03-23patch 8.0.1632: in a terminal dump NUL and space are differentv8.0.1632Bram Moolenaar
2018-03-21patch 8.0.1626: compiler warning for possible loss of datav8.0.1626Bram Moolenaar
2018-03-20patch 8.0.1624: options for term_dumpdiff() and term_dumpload() not implementedv8.0.1624Bram Moolenaar