summaryrefslogtreecommitdiff
path: root/src/terminal.c
AgeCommit message (Expand)Author
2018-06-19patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"Bram Moolenaar
2018-06-18patch 8.1.0076: command getting cleared with CTRL-W : in a terminal windowBram Moolenaar
2018-06-17patch 8.1.0072: use of 'termwinkey' is inconsistentBram Moolenaar
2018-06-12patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowBram Moolenaar
2018-06-04patch 8.1.0032: BS in prompt buffer starts new lineBram Moolenaar
2018-05-21patch 8.1.0016: possible crash in term_wait()Bram Moolenaar
2018-05-21patch 8.1.0015: cursor color wrong when closing a terminal windowBram Moolenaar
2018-05-21patch 8.1.0013: using freed memory when changing terminal cursor colorBram Moolenaar
2018-05-17patch 8.0.1850: todo items in source code not visible for usersBram Moolenaar
2018-05-15patch 8.0.1848: 'termwinscroll' does not work properlyBram Moolenaar
2018-05-13patch 8.0.1838: cursor in wrong pos when switching to Terminal-Normal modeBram Moolenaar
2018-05-13patch 8.0.1830: switching to Terminal-Normal mode does not redrawBram Moolenaar
2018-05-12patch 8.0.1824: Coverity warns for variable that may be uninitializedBram Moolenaar
2018-05-12patch 8.0.1821: cursor in terminal window moves when pressing CTRL-WBram Moolenaar
2018-05-12patch 8.0.1818: lines remove from wrong buffer when using terminal windowBram Moolenaar
2018-05-11patch 8.0.1815: crash with terminal window and with 'lazyredraw' setBram Moolenaar
2018-05-11patch 8.0.1814: crash with terminal window and with 'lazyredraw' setBram Moolenaar
2018-05-10patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal modeBram Moolenaar
2018-05-07patch 8.0.1803: warning for uninitialized variableBram Moolenaar
2018-05-06patch 8.0.1802: MS-Windows: terminal test failsBram Moolenaar
2018-05-06patch 8.0.1801: MS-Windows: redirecting terminal output does not workBram Moolenaar
2018-05-06patch 8.0.1797: terminal window is redrawn too oftenBram Moolenaar
2018-05-06patch 8.0.1796: GUI: click on tab fails when the focus is in a terminalBram Moolenaar
2018-05-05patch 8.0.1795: lose contact with jobs when :gui forksBram Moolenaar
2018-05-05patch 8.0.1794: duplicate term options after renamingBram Moolenaar
2018-05-03patch 8.0.1789: BufWinEnter does not work well for a terminal windowBram Moolenaar
2018-05-01patch 8.0.1786: no test for 'termwinkey'Bram Moolenaar
2018-05-01patch 8.0.1783: cannot use 256 colors in a MS-Windows consoleBram Moolenaar
2018-04-21patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmdBram Moolenaar
2018-04-21patch 8.0.1745: build failure on MS-WindowsBram Moolenaar
2018-04-21patch 8.0.1743: terminal window options are named inconsistentlyBram Moolenaar
2018-04-17patch 8.0.1732: crash when terminal API call deletes the bufferBram Moolenaar
2018-04-15patch 8.0.1722: cannot specify a minimal size for a terminal windowBram Moolenaar
2018-04-15patch 8.0.1720: when a timer is running a terminal window may not closeBram Moolenaar
2018-04-15patch 8.0.1715: terminal buffer can be 1 more than 'terminalscroll' linesBram Moolenaar
2018-04-14patch 8.0.1714: term_setsize() does not give an error in a normal bufferBram Moolenaar
2018-04-14patch 8.0.1712: terminal scrollback is not limitedBram Moolenaar
2018-04-14patch 8.0.1711: term_setsize() is not implemented yetBram Moolenaar
2018-04-13patch 8.0.1706: cannot sent CTRL-\ to a terminal windowBram Moolenaar
2018-04-10patch 8.0.1687: 64 bit compiler warningsBram Moolenaar
2018-04-10patch 8.0.1685: can't set ANSI colors of a terminal windowBram Moolenaar
2018-04-10patch 8.0.1684: ml_get errors when using terminal window for shell commandBram Moolenaar
2018-04-10patch 8.0.1680: memory allocated by libvterm is not profiledBram Moolenaar
2018-04-05patch 8.0.1664: test failure because of not allocating enough spaceBram Moolenaar
2018-04-05patch 8.0.1662: showing dump diff doesn't mention both file namesBram Moolenaar
2018-04-04patch 8.0.1661: warnings from 64 bit compilerBram Moolenaar
2018-04-04patch 8.0.1660: the terminal API "drop" command doesn't support optionsBram Moolenaar
2018-03-29patch 8.0.1652: term_dumpwrite() does not output composing charactersBram Moolenaar
2018-03-26patch 8.0.1647: terminal API may call any user functionBram Moolenaar
2018-03-25patch 8.0.1641: job in terminal can't communicate with VimBram Moolenaar