summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.1715: terminal buffer can be 1 more than 'terminalscroll' linesv8.0.1715Bram Moolenaar2018-04-151-1/+1
* patch 8.0.1714: term_setsize() does not give an error in a normal bufferv8.0.1714Bram Moolenaar2018-04-141-1/+6
* patch 8.0.1712: terminal scrollback is not limitedv8.0.1712Bram Moolenaar2018-04-141-3/+21
* patch 8.0.1711: term_setsize() is not implemented yetv8.0.1711Bram Moolenaar2018-04-141-3/+27
* patch 8.0.1706: cannot sent CTRL-\ to a terminal windowv8.0.1706Bram Moolenaar2018-04-131-1/+6
* patch 8.0.1687: 64 bit compiler warningsv8.0.1687Bram Moolenaar2018-04-101-3/+3
* patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar2018-04-101-5/+152
* patch 8.0.1684: ml_get errors when using terminal window for shell commandv8.0.1684Bram Moolenaar2018-04-101-1/+1
* patch 8.0.1680: memory allocated by libvterm is not profiledv8.0.1680Bram Moolenaar2018-04-101-4/+22
* patch 8.0.1664: test failure because of not allocating enough spacev8.0.1664Bram Moolenaar2018-04-051-1/+1
* patch 8.0.1662: showing dump diff doesn't mention both file namesv8.0.1662Bram Moolenaar2018-04-051-5/+62
* patch 8.0.1661: warnings from 64 bit compilerv8.0.1661Bram Moolenaar2018-04-041-2/+2
* patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar2018-04-041-4/+55
* patch 8.0.1652: term_dumpwrite() does not output composing charactersv8.0.1652Bram Moolenaar2018-03-291-1/+1
* patch 8.0.1647: terminal API may call any user functionv8.0.1647Bram Moolenaar2018-03-261-1/+1
* patch 8.0.1641: job in terminal can't communicate with Vimv8.0.1641Bram Moolenaar2018-03-251-6/+141
* patch 8.0.1632: in a terminal dump NUL and space are differentv8.0.1632Bram Moolenaar2018-03-231-0/+9
* patch 8.0.1626: compiler warning for possible loss of datav8.0.1626Bram Moolenaar2018-03-211-2/+2
* patch 8.0.1624: options for term_dumpdiff() and term_dumpload() not implementedv8.0.1624Bram Moolenaar2018-03-201-11/+25
* patch 8.0.1615: term_dumpload() does not use the right colorsv8.0.1615Bram Moolenaar2018-03-181-13/+28
* patch 8.0.1612: need to close terminal after shell stoppedv8.0.1612Bram Moolenaar2018-03-161-6/+17
* patch 8.0.1611: CTRL-W in system terminal does not go to jobv8.0.1611Bram Moolenaar2018-03-161-2/+7
* patch 8.0.1610: cannot build without GUIv8.0.1610Bram Moolenaar2018-03-161-0/+2
* patch 8.0.1609: shell commands in the GUI use a dumb terminalv8.0.1609Bram Moolenaar2018-03-161-113/+230
* patch 8.0.1603: cannot build with +terminal but without +menuv8.0.1603Bram Moolenaar2018-03-131-2/+5
* patch 8.0.1598: cannot select text in a terminal with the mousev8.0.1598Bram Moolenaar2018-03-111-13/+138
* patch 8.0.1596: no autocommand specifically for opening a terminal windowv8.0.1596Bram Moolenaar2018-03-111-17/+10
* patch 8.0.1593: :qall never exits with an active terminal windowv8.0.1593Bram Moolenaar2018-03-101-21/+111
* patch 8.0.1592: terminal windows in a session are not properly restoredv8.0.1592Bram Moolenaar2018-03-091-5/+119
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-10/+6
* patch 8.0.1546: using feedkeys() in a terminal may trigger mappingsv8.0.1546Bram Moolenaar2018-02-271-3/+2
* patch 8.0.1542: terminal screen dump does not include cursor positionv8.0.1542Bram Moolenaar2018-02-251-8/+49
* patch 8.0.1539: no test for the popup menu positioningv8.0.1539Bram Moolenaar2018-02-241-15/+25
* patch 8.0.1526: no test using a screen dump yetv8.0.1526Bram Moolenaar2018-02-201-3/+6