summaryrefslogtreecommitdiff
path: root/src/terminal.c
AgeCommit message (Expand)Author
2017-08-21patch 8.0.0982: cannot use a terminal when 'encoding' is non-utf8 multi-byteBram Moolenaar
2017-08-21patch 8.0.0981: cursor in terminal window blinks by defaultBram Moolenaar
2017-08-20patch 8.0.0977: cannot send lines to a terminal job on MS-WindowsBram Moolenaar
2017-08-20patch 8.0.0976: cannot send lines to a terminal jobBram Moolenaar
2017-08-20patch 8.0.0973: initial info about blinking cursor is wrongBram Moolenaar
2017-08-19patch 8.0.0968: crash when switching terminal modesBram Moolenaar
2017-08-19patch 8.0.0965: not restoring cursor shape after it was set in a terminalBram Moolenaar
2017-08-18patch 8.0.0960: job in terminal does not get CTRL-CBram 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-16patch 8.0.0949: winpty.dll name is fixedBram Moolenaar
2017-08-14patch 8.0.0942: using freed memory with ":terminal"Bram Moolenaar
2017-08-13patch 8.0.0938: scrolling in terminal window is inefficientBram Moolenaar
2017-08-13patch 8.0.0932: terminal may not use right characters for BS and EnterBram Moolenaar
2017-08-13patch 8.0.0929: :term without argument does not workBram Moolenaar
2017-08-13patch 8.0.0928: MS-Windows: passing arglist to job has escaping problemsBram Moolenaar
2017-08-13patch 8.0.0927: if a terminal job sends a blank title "running" is not shownBram Moolenaar
2017-08-13patch 8.0.0926: when job in terminal window ends topline is wrongBram Moolenaar
2017-08-13patch 8.0.0924: terminal window not updated after using term_sendkeys()Bram Moolenaar
2017-08-13patch 8.0.0923: crash in GUI when terminal job exitsBram Moolenaar
2017-08-12patch 8.0.0921: terminal window cursor shape not supported in the GUIBram Moolenaar
2017-08-12patch 8.0.0920: cursor wrong after switching altscreen in terminalBram Moolenaar
2017-08-12patch 8.0.0918: cannot get terminal window cursor shape or attributesBram Moolenaar
2017-08-12patch 8.0.0917: MS-Windows:CTRL-C handling in terminal window is wrongBram Moolenaar
2017-08-12patch 8.0.0916: cannot specify properties of window for terminal openBram Moolenaar
2017-08-12patch 8.0.0913: MS-Windows: CTRL-C kills shell in terminal windowBram Moolenaar
2017-08-12patch 8.0.0912: cannot run a job in a hidden terminalBram Moolenaar
2017-08-11patch 8.0.0910: cannot create a terminal in the current windowBram Moolenaar
2017-08-11patch 8.0.0908: cannot set terminal size with optionsBram Moolenaar
2017-08-11patch 8.0.0902: cannot specify directory or environment for a jobBram 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-10patch 8.0.0896: cannot close a terminal window when the job endsBram Moolenaar
2017-08-08patch 8.0.0893: cannot get the scroll count of a terminal windowBram Moolenaar
2017-08-08patch 8.0.0892: when opening a terminal the pty size doesn't always matchBram Moolenaar
2017-08-07patch 8.0.0891: uninitialized memory use with empty line in terminalBram Moolenaar
2017-08-07patch 8.0.0889: gcc gives warnings for uninitialized variablesBram Moolenaar
2017-08-07patch 8.0.0886: crash when using ":term ls"Bram Moolenaar
2017-08-06patch 8.0.0885: terminal window scrollback is stored inefficientlyBram Moolenaar
2017-08-06patch 8.0.0884: can't specify the wait time for term_wait()Bram 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-05patch 8.0.0870: mouse escape codes sent to terminal unintentionallyBram Moolenaar
2017-08-05patch 8.0.0869: job output is sometimes not displayed in a terminalBram Moolenaar
2017-08-05patch 8.0.0868: cannot specify the terminal size on the command lineBram Moolenaar
2017-08-05patch 8.0.0866: Solaris also doesn't have MIN and MAXBram Moolenaar
2017-08-05patch 8.0.0864: cannot specify the name of a terminalBram Moolenaar