summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-08-23patch 8.0.0991: using wrong character conversion for DBCSv8.0.0991Bram Moolenaar
2017-08-23patch 8.0.0990: with DBCS 'encoding' wrong pasting register into terminalv8.0.0990Bram Moolenaar
2017-08-23patch 8.0.0989: ActiveTcl dll name has changed in 8.6.6v8.0.0989Bram Moolenaar
2017-08-23patch 8.0.0988: warning from Covscan about using NULL pointerv8.0.0988Bram Moolenaar
2017-08-22patch 8.0.0987: terminal: second byte of double-byte char wrongv8.0.0987Bram Moolenaar
2017-08-22patch 8.0.0986: terminal feature always requires multi-byte featurev8.0.0986Bram Moolenaar
2017-08-22patch 8.0.0985: libvterm has its own idea of character widthv8.0.0985Bram Moolenaar
2017-08-22patch 8.0.0984: terminal blinking cursor not correct in the GUIv8.0.0984Bram Moolenaar
2017-08-21patch 8.0.0983: unnecessary check for NULL pointerv8.0.0983Bram Moolenaar
2017-08-21patch 8.0.0982: cannot use a terminal when 'encoding' is non-utf8 multi-bytev8.0.0982Bram Moolenaar
2017-08-21patch 8.0.0981: cursor in terminal window blinks by defaultv8.0.0981Bram Moolenaar
2017-08-21patch 8.0.0980: Coverity warning for failing to open /dev/nullv8.0.0980Bram Moolenaar
2017-08-20patch 8.0.0979: terminal noblock test fails on MS-Windowsv8.0.0979Bram Moolenaar
2017-08-20patch 8.0.0978: writing to terminal job is not testedv8.0.0978Bram Moolenaar
2017-08-20patch 8.0.0977: cannot send lines to a terminal job on MS-Windowsv8.0.0977Bram Moolenaar
2017-08-20patch 8.0.0976: cannot send lines to a terminal jobv8.0.0976Bram Moolenaar
2017-08-20patch 8.0.0975: using freed memory when setting 'backspace'v8.0.0975Bram Moolenaar
2017-08-20patch 8.0.0974: resetting a string option does not trigger OptionSetv8.0.0974Bram Moolenaar
2017-08-20patch 8.0.0973: initial info about blinking cursor is wrongv8.0.0973Bram Moolenaar
2017-08-19patch 8.0.0972: compiler warnings for unused variablesv8.0.0972Bram Moolenaar
2017-08-19patch 8.0.0971: 'winptydll' missing from :optionsv8.0.0971Bram Moolenaar
2017-08-19patch 8.0.0970: passing invalid highlight idv8.0.0970Bram Moolenaar
2017-08-19patch 8.0.0969: Coverity warning for unused return valuev8.0.0969Bram Moolenaar
2017-08-19patch 8.0.0968: crash when switching terminal modesv8.0.0968Bram Moolenaar
2017-08-19patch 8.0.0967: using a terminal may cause the cursor to blinkv8.0.0967Bram Moolenaar
2017-08-19patch 8.0.0966: build failure without terminal featurev8.0.0966Bram Moolenaar
2017-08-19patch 8.0.0965: not restoring cursor shape after it was set in a terminalv8.0.0965Bram Moolenaar
2017-08-19patch 8.0.0964: channel write buffer does not work with poll()v8.0.0964Bram Moolenaar
2017-08-19patch 8.0.0963: terminal test fails on MacOSv8.0.0963Bram Moolenaar
2017-08-19patch 8.0.0962: crash with virtualedit and joining linesv8.0.0962Bram Moolenaar
2017-08-19patch 8.0.0961: the script to build the installer does not include winptyv8.0.0961Bram Moolenaar
2017-08-18patch 8.0.0960: job in terminal does not get CTRL-Cv8.0.0960Bram Moolenaar
2017-08-18patch 8.0.0959: build failure on MS-Windowsv8.0.0959Bram Moolenaar
2017-08-18patch 8.0.0958: terminal test fails on Windows when winpty dll is missingv8.0.0958Bram Moolenaar
2017-08-18patch 8.0.0957: a terminal job can deadlock when sending many keysv8.0.0957Bram Moolenaar
2017-08-17patch 8.0.0956: scrolling in a terminal window has flickerv8.0.0956Bram Moolenaar
2017-08-17patch 8.0.0955: Test_existent_file() fails on some file systemsv8.0.0955Bram Moolenaar
2017-08-17patch 8.0.0954: /proc/self/exe might be a relative pathv8.0.0954Bram Moolenaar
2017-08-17patch 8.0.0953: get "no write since last change" error in terminal windowv8.0.0953Bram Moolenaar
2017-08-17patch 8.0.0952: has('terminal') does not check existence of dll filev8.0.0952Bram Moolenaar
2017-08-17patch 8.0.0951: another wrong #ifdefv8.0.0951Bram Moolenaar
2017-08-17patch 8.0.0950: MS-Windows: wrong #ifdef, compiler warningsv8.0.0950Bram Moolenaar
2017-08-16patch 8.0.0949: winpty.dll name is fixedv8.0.0949Bram Moolenaar
2017-08-16patch 8.0.0948: crash if timer closes window while dragging status linev8.0.0948Bram Moolenaar
2017-08-16patch 8.0.0947: entering terminal using C-O C-W C-W goes to Insert modev8.0.0947Bram Moolenaar
2017-08-14patch 8.0.0946: using PATH_MAX does not work well on some systemsv8.0.0946Bram Moolenaar
2017-08-14patch 8.0.0945: 64-bit compiler warningsv8.0.0945Bram Moolenaar
2017-08-14patch 8.0.0944: test_profile is a little bit flakyv8.0.0944Bram Moolenaar
2017-08-14patch 8.0.0943: MS-Windows: Test_terminal_scrape_multibyte may failv8.0.0943Bram Moolenaar
2017-08-14patch 8.0.0942: using freed memory with ":terminal"v8.0.0942Bram Moolenaar