summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-192-1/+6
* patch 8.0.0960: job in terminal does not get CTRL-Cv8.0.0960Bram Moolenaar2017-08-183-8/+31
* 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-165-3/+41
* 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
* patch 8.0.0945: 64-bit compiler warningsv8.0.0945Bram Moolenaar2017-08-142-2/+7
* patch 8.0.0944: test_profile is a little bit flakyv8.0.0944Bram Moolenaar2017-08-142-1/+4
* patch 8.0.0943: MS-Windows: Test_terminal_scrape_multibyte may failv8.0.0943Bram Moolenaar2017-08-142-5/+13
* patch 8.0.0942: using freed memory with ":terminal"v8.0.0942Bram Moolenaar2017-08-142-2/+8
* patch 8.0.0941: existing color schemes don't like StatusLineTermv8.0.0941Bram Moolenaar2017-08-146-179/+206
* patch 8.0.0940: Test_terminal_scrape_multibyte is flakyv8.0.0940Bram Moolenaar2017-08-142-17/+16
* patch 8.0.0939: Test_terminal_env is flakyv8.0.0939Bram Moolenaar2017-08-142-2/+5
* patch 8.0.0938: scrolling in terminal window is inefficientv8.0.0938Bram Moolenaar2017-08-132-7/+14
* patch 8.0.0937: user highlight groups not adjusted for terminalv8.0.0937Bram Moolenaar2017-08-134-59/+105
* patch 8.0.0936: mode() returns wrong value for a terminal windowv8.0.0936Bram Moolenaar2017-08-133-0/+11
* patch 8.0.0935: cannot recognize a terminal buffer in :ls outputv8.0.0935Bram Moolenaar2017-08-132-3/+21
* patch 8.0.0934: change to struts.h missing in patchv8.0.0934Bram Moolenaar2017-08-132-0/+10
* patch 8.0.0933: terminal test tries to start GUI when it's not possiblev8.0.0933Bram Moolenaar2017-08-135-3/+11
* patch 8.0.0932: terminal may not use right characters for BS and Enterv8.0.0932Bram Moolenaar2017-08-134-55/+109
* patch 8.0.0931: getwininfo() does not indicate a terminal windowv8.0.0931Bram Moolenaar2017-08-133-0/+7
* patch 8.0.0930: terminal buffers are stored in the viminfo filev8.0.0930Bram Moolenaar2017-08-133-3/+22
* patch 8.0.0929: :term without argument does not workv8.0.0929Bram Moolenaar2017-08-132-1/+4
* patch 8.0.0928: MS-Windows: passing arglist to job has escaping problemsv8.0.0928Bram Moolenaar2017-08-136-80/+226
* patch 8.0.0927: if a terminal job sends a blank title "running" is not shownv8.0.0927Bram Moolenaar2017-08-132-1/+8
* patch 8.0.0926: when job in terminal window ends topline is wrongv8.0.0926Bram Moolenaar2017-08-132-0/+9
* patch 8.0.0925: MS-Windows GUI: channel I/O not handled right awayv8.0.0925Bram Moolenaar2017-08-132-6/+12
* patch 8.0.0924: terminal window not updated after using term_sendkeys()v8.0.0924Bram Moolenaar2017-08-132-13/+14
* patch 8.0.0923: crash in GUI when terminal job exitsv8.0.0923Bram Moolenaar2017-08-133-1/+38
* patch 8.0.0922: quickfix list always added after current onev8.0.0922Bram Moolenaar2017-08-134-35/+137
* patch 8.0.0921: terminal window cursor shape not supported in the GUIv8.0.0921Bram Moolenaar2017-08-126-18/+94
* patch 8.0.0920: cursor wrong after switching altscreen in terminalv8.0.0920Bram Moolenaar2017-08-123-2/+5
* patch 8.0.0919: cursor color isn't set on startupv8.0.0919Bram Moolenaar2017-08-122-1/+3
* patch 8.0.0918: cannot get terminal window cursor shape or attributesv8.0.0918Bram Moolenaar2017-08-1213-31/+196