summaryrefslogtreecommitdiff
path: root/src/proto
AgeCommit message (Expand)Author
2017-09-11patch 8.0.1093: various small quickfix issuesBram Moolenaar
2017-09-09patch 8.0.1084: GTK build has compiler warningsBram Moolenaar
2017-09-08patch 8.0.1076: term_start() does not take callbacksBram Moolenaar
2017-09-02patch 8.0.1041: bogus characters when indenting during visual-block appendBram Moolenaar
2017-09-02patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-WindowsBram Moolenaar
2017-08-30patch 8.0.1014: old compiler doesn't know uint32_tBram Moolenaar
2017-08-28patch 8.0.1009: Xterm cursor blinking status may be invertedBram Moolenaar
2017-08-27patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'Bram Moolenaar
2017-08-27patch 8.0.1005: terminal without job updates slowly in GUIBram Moolenaar
2017-08-26patch 8.0.1002: unnecessarily updating screen after timer callbackBram Moolenaar
2017-08-26patch 8.0.1000: cannot open a terminal without running a job in itBram Moolenaar
2017-08-22patch 8.0.0985: libvterm has its own idea of character widthBram Moolenaar
2017-08-20patch 8.0.0973: initial info about blinking cursor is wrongBram Moolenaar
2017-08-18patch 8.0.0957: a terminal job can deadlock when sending many keysBram Moolenaar
2017-08-17patch 8.0.0956: scrolling in a terminal window has flickerBram Moolenaar
2017-08-17patch 8.0.0953: get "no write since last change" error in terminal windowBram Moolenaar
2017-08-17patch 8.0.0952: has('terminal') does not check existence of dll fileBram Moolenaar
2017-08-13patch 8.0.0932: terminal may not use right characters for BS and EnterBram Moolenaar
2017-08-13patch 8.0.0928: MS-Windows: passing arglist to job has escaping problemsBram Moolenaar
2017-08-12patch 8.0.0921: terminal window cursor shape not supported in the GUIBram Moolenaar
2017-08-12patch 8.0.0918: cannot get terminal window cursor shape or attributesBram Moolenaar
2017-08-11patch 8.0.0908: cannot set terminal size with optionsBram Moolenaar
2017-08-11patch 8.0.0899: function name mch_stop_job() is confusingBram Moolenaar
2017-08-11patch 8.0.0898: can't use the alternate screen in a terminal windowBram Moolenaar
2017-08-08patch 8.0.0893: cannot get the scroll count of a terminal windowBram Moolenaar
2017-08-06patch 8.0.0878: no completion for :mapclearBram Moolenaar
2017-08-06patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistentBram Moolenaar
2017-08-05patch 8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual modeBram Moolenaar
2017-08-05patch 8.0.0872: no mouse scroll with a terminal windowBram Moolenaar
2017-08-04patch 8.0.0860: side effects when channel appends to a bufferBram Moolenaar
2017-08-03patch 8.0.0854: no redraw after terminal was closedBram Moolenaar
2017-08-03patch 8.0.0848: using multiple ch_log functions is clumsyBram Moolenaar
2017-08-03patch 8.0.0847: :argadd without argument can't handle space in file nameBram Moolenaar
2017-08-03patch 8.0.0846: cannot get the name of the pty of a jobBram Moolenaar
2017-08-02patch 8.0.0844: wrong function prototype because of missing staticBram Moolenaar
2017-08-02patch 8.0.0840: MS-Windows: fopen() and open() prototypes are wrongBram Moolenaar
2017-08-01patch 8.0.0839: cannot kill a job in a terminal with CTRL-CBram Moolenaar
2017-08-01patch 8.0.0838: buffer hangs around whem terminal window is closedBram Moolenaar
2017-08-01patch 8.0.0831: with 8 colors the bold attribute is not set properlyBram Moolenaar
2017-07-30patch 8.0.0821: cannot get the title and status of a terminal windowBram Moolenaar
2017-07-30patch 8.0.0818: cannot get the cursor position of a terminalBram Moolenaar
2017-07-30patch 8.0.0813: cannot use a terminal window while the job is runningBram Moolenaar
2017-07-29patch 8.0.0804: terminal window functions not yet implementedBram Moolenaar
2017-07-28patch 8.0.0798: no highlighting in a terminal window with a finished jobBram Moolenaar
2017-07-28patch 8.0.0797: finished job in terminal window is not handledBram Moolenaar
2017-07-28patch 8.0.0791: terminal colors depend on the systemBram Moolenaar
2017-07-27patch 8.0.0784: job of terminal may be garbage collectedBram Moolenaar
2017-07-27patch 8.0.0782: using freed memory in quickfix codeBram Moolenaar
2017-07-25patch 8.0.0776: function prototypes missing without the quickfix featureBram Moolenaar
2017-07-24patch 8.0.0768: terminal window status shows "[Scratch]"Bram Moolenaar