summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0995: terminal tests fail on Macv8.0.0995Bram Moolenaar2017-08-252-0/+7
* patch 8.0.0994: MS-Windows: cursor in terminal blinks undesirablyv8.0.0994Bram Moolenaar2017-08-242-3/+7
* patch 8.0.0993: sometimes an xterm sends an extra CTRL-Xv8.0.0993Bram Moolenaar2017-08-242-0/+6
* patch 8.0.0992: terminal title is wrong when 'encoding' is DBCSv8.0.0992Bram Moolenaar2017-08-232-0/+20
* patch 8.0.0991: using wrong character conversion for DBCSv8.0.0991Bram Moolenaar2017-08-232-2/+4
* patch 8.0.0990: with DBCS 'encoding' wrong pasting register into terminalv8.0.0990Bram Moolenaar2017-08-232-0/+29
* patch 8.0.0989: ActiveTcl dll name has changed in 8.6.6v8.0.0989Bram Moolenaar2017-08-233-1/+10
* patch 8.0.0988: warning from Covscan about using NULL pointerv8.0.0988Bram Moolenaar2017-08-233-2/+5
* patch 8.0.0987: terminal: second byte of double-byte char wrongv8.0.0987Bram Moolenaar2017-08-222-2/+8
* patch 8.0.0986: terminal feature always requires multi-byte featurev8.0.0986Bram Moolenaar2017-08-223-10/+7
* patch 8.0.0985: libvterm has its own idea of character widthv8.0.0985Bram Moolenaar2017-08-227-7/+66
* patch 8.0.0984: terminal blinking cursor not correct in the GUIv8.0.0984Bram Moolenaar2017-08-222-5/+18
* patch 8.0.0983: unnecessary check for NULL pointerv8.0.0983Bram Moolenaar2017-08-212-3/+3
* patch 8.0.0982: cannot use a terminal when 'encoding' is non-utf8 multi-bytev8.0.0982Bram Moolenaar2017-08-212-15/+68
* patch 8.0.0981: cursor in terminal window blinks by defaultv8.0.0981Bram Moolenaar2017-08-212-1/+9
* patch 8.0.0980: Coverity warning for failing to open /dev/nullv8.0.0980Bram Moolenaar2017-08-212-0/+10
* patch 8.0.0979: terminal noblock test fails on MS-Windowsv8.0.0979Bram Moolenaar2017-08-202-2/+11
* patch 8.0.0978: writing to terminal job is not testedv8.0.0978Bram Moolenaar2017-08-202-0/+25
* patch 8.0.0977: cannot send lines to a terminal job on MS-Windowsv8.0.0977Bram Moolenaar2017-08-202-11/+20
* patch 8.0.0976: cannot send lines to a terminal jobv8.0.0976Bram Moolenaar2017-08-205-26/+85
* patch 8.0.0975: using freed memory when setting 'backspace'v8.0.0975Bram Moolenaar2017-08-202-0/+4
* patch 8.0.0974: resetting a string option does not trigger OptionSetv8.0.0974Bram Moolenaar2017-08-203-34/+50
* patch 8.0.0973: initial info about blinking cursor is wrongv8.0.0973Bram Moolenaar2017-08-206-38/+37
* patch 8.0.0972: compiler warnings for unused variablesv8.0.0972Bram Moolenaar2017-08-192-0/+6
* patch 8.0.0971: 'winptydll' missing from :optionsv8.0.0971Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0970: passing invalid highlight idv8.0.0970Bram Moolenaar2017-08-192-1/+3
* patch 8.0.0969: Coverity warning for unused return valuev8.0.0969Bram Moolenaar2017-08-192-1/+3
* patch 8.0.0968: crash when switching terminal modesv8.0.0968Bram Moolenaar2017-08-192-3/+4
* patch 8.0.0967: using a terminal may cause the cursor to blinkv8.0.0967Bram Moolenaar2017-08-192-2/+5
* patch 8.0.0966: build failure without terminal featurev8.0.0966Bram Moolenaar2017-08-192-1/+3
* patch 8.0.0965: not restoring cursor shape after it was set in a terminalv8.0.0965Bram Moolenaar2017-08-195-48/+132
* patch 8.0.0964: channel write buffer does not work with poll()v8.0.0964Bram Moolenaar2017-08-192-8/+6
* patch 8.0.0963: terminal test fails on MacOSv8.0.0963Bram Moolenaar2017-08-192-5/+14
* patch 8.0.0962: crash with virtualedit and joining linesv8.0.0962Bram Moolenaar2017-08-196-0/+52
* patch 8.0.0961: the script to build the installer does not include winptyv8.0.0961Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0960: job in terminal does not get CTRL-Cv8.0.0960Bram Moolenaar2017-08-182-3/+7
* patch 8.0.0959: build failure on MS-Windowsv8.0.0959Bram Moolenaar2017-08-182-8/+7
* patch 8.0.0958: terminal test fails on Windows when winpty dll is missingv8.0.0958Bram Moolenaar2017-08-182-1/+3
* patch 8.0.0957: a terminal job can deadlock when sending many keysv8.0.0957Bram Moolenaar2017-08-186-37/+215
* patch 8.0.0956: scrolling in a terminal window has flickerv8.0.0956Bram Moolenaar2017-08-176-198/+227
* patch 8.0.0955: Test_existent_file() fails on some file systemsv8.0.0955Bram Moolenaar2017-08-172-5/+28
* patch 8.0.0954: /proc/self/exe might be a relative pathv8.0.0954Bram Moolenaar2017-08-172-18/+19
* patch 8.0.0953: get "no write since last change" error in terminal windowv8.0.0953Bram Moolenaar2017-08-179-11/+35
* patch 8.0.0952: has('terminal') does not check existence of dll filev8.0.0952Bram Moolenaar2017-08-174-11/+31
* patch 8.0.0951: another wrong #ifdefv8.0.0951Bram Moolenaar2017-08-172-1/+3
* patch 8.0.0950: MS-Windows: wrong #ifdef, compiler warningsv8.0.0950Bram Moolenaar2017-08-173-2/+4
* patch 8.0.0949: winpty.dll name is fixedv8.0.0949Bram Moolenaar2017-08-164-3/+27
* patch 8.0.0948: crash if timer closes window while dragging status linev8.0.0948Bram Moolenaar2017-08-166-6/+29
* patch 8.0.0947: entering terminal using C-O C-W C-W goes to Insert modev8.0.0947Bram Moolenaar2017-08-162-0/+8
* patch 8.0.0946: using PATH_MAX does not work well on some systemsv8.0.0946Bram Moolenaar2017-08-142-4/+6