summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* patch 8.0.1524: compiler warnings for uninitialized variablesv8.0.1524Bram Moolenaar2018-02-191-3/+3
* patch 8.0.1523: cannot write and read terminal screendumpsv8.0.1523Bram Moolenaar2018-02-181-34/+824
* patch 8.0.1521: Shift-Tab does not work in a terminal windowv8.0.1521Bram Moolenaar2018-02-161-1/+2
* patch 8.0.1520: cursor in wrong line when using a WinBar in Terminal windowv8.0.1520Bram Moolenaar2018-02-131-2/+2
* patch 8.0.1515: BufWinEnter event fired when opening hidden terminalv8.0.1515Bram Moolenaar2018-02-131-3/+6
* patch 8.0.1499: out-of-memory situation not correctly handledv8.0.1499Bram Moolenaar2018-02-111-0/+2
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-12/+6
* patch 8.0.1484: reduntant conditionsv8.0.1484Bram Moolenaar2018-02-091-3/+2
* patch 8.0.1477: redraw flicker when moving the mouse outside of terminal windowv8.0.1477Bram Moolenaar2018-02-081-16/+59
* patch 8.0.1440: terminal window: some vterm responses are delayedv8.0.1440Bram Moolenaar2018-01-301-23/+35
* patch 8.0.1430: crash when term_start() failsv8.0.1430Bram Moolenaar2018-01-261-1/+1
* patch 8.0.1429: crash when calling term_start() with empty argumentv8.0.1429Bram Moolenaar2018-01-261-10/+19
* patch 8.0.1376: cursor in terminal not always updatedv8.0.1376Bram Moolenaar2017-12-051-0/+3
* patch 8.0.1368: cannot drag status or separator of new terminal windowv8.0.1368Bram Moolenaar2017-12-051-3/+4
* patch 8.0.1362: terminal window colors wrong when using Terminal highlightingv8.0.1362Bram Moolenaar2017-12-011-20/+25
* patch 8.0.1360: the Terminal highlighting doesn't work in a terminalv8.0.1360Bram Moolenaar2017-11-301-0/+17
* patch 8.0.1359: libvterm ANSI colors can not always be recognizedv8.0.1359Bram Moolenaar2017-11-291-88/+46
* patch 8.0.1330: MS-Windows: job in terminal can't get back to Vimv8.0.1330Bram Moolenaar2017-11-211-8/+5
* patch 8.0.1328: trouble when using ":term ++close" with autocmdv8.0.1328Bram Moolenaar2017-11-211-1/+5
* patch 8.0.1323: mouse events in a terminal window may cause endless loopv8.0.1323Bram Moolenaar2017-11-201-2/+2
* patch 8.0.1317: accessing freed memory in term_wait()v8.0.1317Bram Moolenaar2017-11-191-0/+4
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-181-1/+5
* patch 8.0.1299: bracketed paste does not work well in terminal windowv8.0.1299Bram Moolenaar2017-11-161-16/+19
* patch 8.0.1277: terminal window CR-NL conversions may cause problemsv8.0.1277Bram Moolenaar2017-11-091-46/+21
* patch 8.0.1276: key lost when window closed in exit callbackv8.0.1276Bram Moolenaar2017-11-091-2/+4
* patch 8.0.1261: program in terminal window gets NL instead of CRv8.0.1261Bram Moolenaar2017-11-041-17/+20
* patch 8.0.1240: MS-Windows: term_start() does not support environmentv8.0.1240Bram Moolenaar2017-10-301-6/+24
* patch 8.0.1203: terminal window mistreats composing charactersv8.0.1203Bram Moolenaar2017-10-151-6/+13
* patch 8.0.1195: can't build on MS-Windowsv8.0.1195Bram Moolenaar2017-10-151-0/+4
* patch 8.0.1194: actual fg and bg colors of terminal are unknownv8.0.1194Bram Moolenaar2017-10-141-5/+14
* patch 8.0.1177: in a terminal window the popup menu is not clearedv8.0.1177Bram Moolenaar2017-10-071-2/+5
* patch 8.0.1173: terminal window is not redrawn after CTRL-Lv8.0.1173Bram Moolenaar2017-10-021-0/+7
* patch 8.0.1167: Motif: typing in terminal window is slowv8.0.1167Bram Moolenaar2017-09-301-3/+10
* patch 8.0.1149: libvterm colors differ from xtermv8.0.1149Bram Moolenaar2017-09-261-12/+30
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-221-2/+2
* Missing part of 8.0.1131.Bram Moolenaar2017-09-221-0/+6
* Add back terminal.cBram Moolenaar2017-09-201-0/+3673
* Update runtime files.Bram Moolenaar2017-09-191-3670/+0
* patch 8.0.1126: endless resize when terminal showing in two buffersv8.0.1126Bram Moolenaar2017-09-181-6/+15
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-3/+4
* patch 8.0.1108: cannot specify mappings for the terminal windowv8.0.1108Bram Moolenaar2017-09-141-12/+14
* patch 8.0.1106: terminal colors wrong on an MS-Windows consolev8.0.1106Bram Moolenaar2017-09-141-1/+24