summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.0817: cannot get the terminal line at the cursorv8.0.0817Bram Moolenaar2017-07-301-11/+14
* patch 8.0.0816: crash when using invalid buffer numberv8.0.0816Bram Moolenaar2017-07-301-1/+1
* patch 8.0.0815: terminal window not correctly updatedv8.0.0815Bram Moolenaar2017-07-301-1/+5
* patch 8.0.0813: cannot use a terminal window while the job is runningv8.0.0813Bram Moolenaar2017-07-301-124/+274
* patch 8.0.0807: terminal window can't handle mouse buttonsv8.0.0807Bram Moolenaar2017-07-291-27/+88
* patch 8.0.0804: terminal window functions not yet implementedv8.0.0803Bram Moolenaar2017-07-291-69/+412
* patch 8.0.0802: last line of terminal window has no colorv8.0.0802Bram Moolenaar2017-07-291-1/+1
* patch 8.0.0801: terminal window title says "running" after job exitsv8.0.0801Bram Moolenaar2017-07-291-1/+5
* patch 8.0.0800v8.0.0800Bram Moolenaar2017-07-291-18/+22
* patch 8.0.0799: missing semicolonv8.0.0799Bram Moolenaar2017-07-281-1/+1
* patch 8.0.0798: no highlighting in a terminal window with a finished jobv8.0.0798Bram Moolenaar2017-07-281-8/+61
* patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar2017-07-281-65/+262
* patch 8.0.0791: terminal colors depend on the systemv8.0.0791Bram Moolenaar2017-07-281-19/+21
* patch 8.0.0789: splitting terminal window has resizing problemsv8.0.0789Bram Moolenaar2017-07-281-2/+16
* patch 8.0.0788: MS-Windows: cannot build with terminal featurev8.0.0788Bram Moolenaar2017-07-281-20/+20
* patch 8.0.0787: cannot send CTRL-W command to terminal jobv8.0.0787Bram Moolenaar2017-07-281-10/+38
* patch 8.0.0784: job of terminal may be garbage collectedv8.0.0784Bram Moolenaar2017-07-271-0/+20
* patch 8.0.0783: job of terminal may be freed too earlyv8.0.0783Bram Moolenaar2017-07-271-0/+3
* patch 8.0.0781: MS-Windows: memory leak when using :terminalv8.0.0781Bram Moolenaar2017-07-271-3/+12
* patch 8.0.0779: :term without an argument uses empty buffer namev8.0.0779Bram Moolenaar2017-07-261-3/+3
* patch 8.0.0778: in a terminal the cursor may be hiddenv8.0.0778Bram Moolenaar2017-07-261-3/+4
* patch 8.0.0777: compiler warnings with 64 bit compilerv8.0.0777Bram Moolenaar2017-07-261-5/+6
* patch 8.0.0775: in a terminal the cursor is updated too oftenv8.0.0775Bram Moolenaar2017-07-251-14/+44
* patch 8.0.0771: cursor in terminal window not always updated in GUIv8.0.0771Bram Moolenaar2017-07-241-11/+18
* patch 8.0.0769: build problems with terminal on MS-Windowsv8.0.0769Bram Moolenaar2017-07-241-7/+14
* patch 8.0.0768: terminal window status shows "[Scratch]"v8.0.0768Bram Moolenaar2017-07-241-21/+91
* patch 8.0.0764: 'termkey' does not work yetv8.0.0764Bram Moolenaar2017-07-231-2/+11
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-231-7/+56
* patch 8.0.0760: terminal window colors wrong with 'termguicolors'v8.0.0760Bram Moolenaar2017-07-231-2/+7
* patch 8.0.0759: MS-Windows: terminal does not adjust sizev8.0.0759Bram Moolenaar2017-07-231-18/+37
* patch 8.0.0758: possible crash when using a terminal windowv8.0.0758Bram Moolenaar2017-07-231-4/+14
* patch 8.0.0755: terminal window does not have colors in the GUIv8.0.0755Bram Moolenaar2017-07-231-2/+5