summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0918: cannot get terminal window cursor shape or attributesv8.0.0918Bram Moolenaar2017-08-121-12/+90
* patch 8.0.0917: MS-Windows:CTRL-C handling in terminal window is wrongv8.0.0917Bram Moolenaar2017-08-121-6/+3
* patch 8.0.0916: cannot specify properties of window for terminal openv8.0.0916Bram Moolenaar2017-08-121-4/+9
* patch 8.0.0913: MS-Windows: CTRL-C kills shell in terminal windowv8.0.0913Bram Moolenaar2017-08-121-4/+10
* patch 8.0.0912: cannot run a job in a hidden terminalv8.0.0912Bram Moolenaar2017-08-121-11/+59
* patch 8.0.0910: cannot create a terminal in the current windowv8.0.0910Bram Moolenaar2017-08-111-22/+38
* patch 8.0.0908: cannot set terminal size with optionsv8.0.0908Bram Moolenaar2017-08-111-5/+10
* patch 8.0.0902: cannot specify directory or environment for a jobv8.0.0902Bram Moolenaar2017-08-111-1/+2
* patch 8.0.0899: function name mch_stop_job() is confusingv8.0.0899Bram Moolenaar2017-08-111-2/+2
* patch 8.0.0898: can't use the alternate screen in a terminal windowv8.0.0898Bram Moolenaar2017-08-111-0/+23
* patch 8.0.0896: cannot close a terminal window when the job endsv8.0.0896Bram Moolenaar2017-08-101-12/+53
* patch 8.0.0893: cannot get the scroll count of a terminal windowv8.0.0893Bram Moolenaar2017-08-081-2/+16
* patch 8.0.0892: when opening a terminal the pty size doesn't always matchv8.0.0892Bram Moolenaar2017-08-081-2/+5
* patch 8.0.0891: uninitialized memory use with empty line in terminalv8.0.0891Bram Moolenaar2017-08-071-1/+1
* patch 8.0.0889: gcc gives warnings for uninitialized variablesv8.0.0889Bram Moolenaar2017-08-071-0/+4
* patch 8.0.0886: crash when using ":term ls"v8.0.0886Bram Moolenaar2017-08-071-4/+6
* patch 8.0.0885: terminal window scrollback is stored inefficientlyv8.0.0885Bram Moolenaar2017-08-061-81/+154
* patch 8.0.0884: can't specify the wait time for term_wait()v8.0.0884Bram Moolenaar2017-08-061-4/+6
* patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistentv8.0.0877Bram Moolenaar2017-08-061-53/+43
* patch 8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual modev8.0.0873Bram Moolenaar2017-08-051-24/+52
* patch 8.0.0872: no mouse scroll with a terminal windowv8.0.0872Bram Moolenaar2017-08-051-3/+7
* patch 8.0.0870: mouse escape codes sent to terminal unintentionallyv8.0.0870Bram Moolenaar2017-08-051-1/+0
* patch 8.0.0869: job output is sometimes not displayed in a terminalv8.0.0869Bram Moolenaar2017-08-051-1/+0
* patch 8.0.0868: cannot specify the terminal size on the command linev8.0.0868Bram Moolenaar2017-08-051-1/+31
* patch 8.0.0866: Solaris also doesn't have MIN and MAXv8.0.0866Bram Moolenaar2017-08-051-3/+5
* patch 8.0.0864: cannot specify the name of a terminalv8.0.0864Bram Moolenaar2017-08-051-3/+14
* patch 8.0.0863: a remote command does not work in the terminal windowv8.0.0863Bram Moolenaar2017-08-051-3/+17
* patch 8.0.0859: NULL pointer access when term_free_vterm called twicev8.0.0859Bram Moolenaar2017-08-041-1/+4
* patch 8.0.0858: can exit while a terminal is still running a jobv8.0.0858Bram Moolenaar2017-08-031-3/+7
* patch 8.0.0856: MS-Windows: terminal job doesn't take optionsv8.0.0856Bram Moolenaar2017-08-031-0/+1
* patch 8.0.0855: MS-Windows: can't get tty name of terminalv8.0.0855Bram Moolenaar2017-08-031-0/+6
* patch 8.0.0854: no redraw after terminal was closedv8.0.0854Bram Moolenaar2017-08-031-6/+12
* patch 8.0.0853: crash when running terminal with unknown commandv8.0.0853Bram Moolenaar2017-08-031-1/+2
* patch 8.0.0849: crash when job exit callback wipes the terminalv8.0.0849Bram Moolenaar2017-08-031-58/+102
* patch 8.0.0848: using multiple ch_log functions is clumsyv8.0.0848Bram Moolenaar2017-08-031-3/+3
* patch 8.0.0846: cannot get the name of the pty of a jobv8.0.0846Bram Moolenaar2017-08-031-0/+30
* patch 8.0.0845: MS-Windows: missing semicolon in terminal codev8.0.0845Bram Moolenaar2017-08-031-1/+3
* patch 8.0.0843: MS-Windows: compiler warning for signed/unsignedv8.0.0843Bram Moolenaar2017-08-021-1/+1
* patch 8.0.0841: term_getline() may cause a crashv8.0.0841Bram Moolenaar2017-08-021-0/+2
* patch 8.0.0839: cannot kill a job in a terminal with CTRL-Cv8.0.0839Bram Moolenaar2017-08-011-2/+11
* patch 8.0.0838: buffer hangs around whem terminal window is closedv8.0.0838Bram Moolenaar2017-08-011-10/+3
* patch 8.0.0836: can abandon a terminal buffer after making a changev8.0.0836Bram Moolenaar2017-08-011-10/+20
* patch 8.0.0832: terminal function arguments are not consistentv8.0.0832Bram Moolenaar2017-08-011-12/+14
* patch 8.0.0831: with 8 colors the bold attribute is not set properlyv8.0.0831Bram Moolenaar2017-08-011-20/+30
* patch 8.0.0824: in Terminal mode the cursor and screen gets redrawnv8.0.0824Bram Moolenaar2017-07-311-8/+19
* patch 8.0.0823: cannot paste text into a terminal windowv8.0.0823Bram Moolenaar2017-07-301-2/+53
* patch 8.0.0821: cannot get the title and status of a terminal windowv8.0.0821Bram Moolenaar2017-07-301-5/+41
* patch 8.0.0820: GUI: cursor in terminal window lags behindv8.0.0820Bram Moolenaar2017-07-301-5/+9
* patch 8.0.0819: cursor not positioned in terminal windowv8.0.0819Bram Moolenaar2017-07-301-7/+9
* patch 8.0.0818: cannot get the cursor position of a terminalv8.0.0818Bram Moolenaar2017-07-301-13/+32