summaryrefslogtreecommitdiff
path: root/src/terminal.c
AgeCommit message (Expand)Author
2017-08-30patch 8.0.1018: warnings from 64-bit compilerBram Moolenaar
2017-08-29patch 8.0.1013: terminal window behaves different from a buffer with changesBram Moolenaar
2017-08-28patch 8.0.1009: Xterm cursor blinking status may be invertedBram 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-24patch 8.0.0994: MS-Windows: cursor in terminal blinks undesirablyBram Moolenaar
2017-08-23patch 8.0.0992: terminal title is wrong when 'encoding' is DBCSBram Moolenaar
2017-08-23patch 8.0.0991: using wrong character conversion for DBCSBram Moolenaar
2017-08-23patch 8.0.0990: with DBCS 'encoding' wrong pasting register into terminalBram Moolenaar
2017-08-22patch 8.0.0987: terminal: second byte of double-byte char wrongBram Moolenaar
2017-08-22patch 8.0.0986: terminal feature always requires multi-byte featureBram Moolenaar
2017-08-22patch 8.0.0984: terminal blinking cursor not correct in the GUIBram Moolenaar
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