summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0237: crash when setting 'wincolor' on finished terminal windowv8.2.0237Bram Moolenaar2020-02-101-0/+2
* patch 8.2.0196: blocking commands for a finished job in a popup windowv8.2.0196Bram Moolenaar2020-02-021-0/+23
* patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar2020-02-011-44/+147
* patch 8.2.0181: problems parsing :term argumentsv8.2.0181Bram Moolenaar2020-01-301-4/+7
* patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar2020-01-301-4/+9
* patch 8.1.2395: using old C style commentsv8.1.2395Bram Moolenaar2019-12-051-304/+301
* patch 8.1.2291: memory leak when executing command in a terminalv8.1.2291Bram Moolenaar2019-11-101-0/+1
* patch 8.1.2255: ":term ++shell" does not work on MS-Windowsv8.1.2255Bram Moolenaar2019-11-041-9/+19
* patch 8.1.2251: ":term command" may not work without a shellv8.1.2251Bram Moolenaar2019-11-031-5/+28
* patch 8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabledv8.1.2248Bram Moolenaar2019-11-031-34/+64
* patch 8.1.2219: no autocommand for open window with terminalv8.1.2219Bram Moolenaar2019-10-261-0/+2
* patch 8.1.2204: crash on exit when closing terminalsv8.1.2204Bram Moolenaar2019-10-231-1/+1
* patch 8.1.2195: Vim does not exit when the terminal window is last windowv8.1.2195Bram Moolenaar2019-10-201-0/+10
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-2/+8
* patch 8.1.2134: modifier keys are not always recognizedv8.1.2134Bram Moolenaar2019-10-101-2/+18
* patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar2019-10-061-1/+1
* patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar2019-10-011-1/+2
* patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar2019-09-261-19/+71
* patch 8.1.2076: crash when trying to put a terminal in a popup windowv8.1.2076Bram Moolenaar2019-09-251-0/+2
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-3/+3
* patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar2019-09-101-2/+2
* patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar2019-09-081-0/+2
* patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminalv8.1.1848Bram Moolenaar2019-08-151-2/+7
* patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar2019-08-031-6/+6
* patch 8.1.1592: may start file dialog while exitingv8.1.1592Bram Moolenaar2019-06-251-11/+18
* patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar2019-06-201-1/+1
* patch 8.1.1566: error message when terminal closes in another tabv8.1.1566Bram Moolenaar2019-06-171-0/+2
* patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457Bram Moolenaar2019-06-031-2/+22
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-7/+6
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-9/+9
* patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar2019-05-251-2/+2
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-1/+1
* patch 8.1.1330: using bold attribute in terminal changes the colorv8.1.1330Bram Moolenaar2019-05-131-1/+3
* patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar2019-05-111-1/+1
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-10/+20
* patch 8.1.1194: typos and small problems in source filesv8.1.1194Bram Moolenaar2019-04-211-1/+1
* patch 8.1.1182: some function prototypes are outdatedv8.1.1182Bram Moolenaar2019-04-171-0/+13
* patch 8.1.1161: unreachable codev8.1.1161Bram Moolenaar2019-04-121-4/+1
* patch 8.1.1146: in MS-Windows console colors in a terminal window are wrongv8.1.1146Bram Moolenaar2019-04-111-2/+3
* patch 8.1.1131: getwinpos() does not work in the MS-Windows consolev8.1.1131Bram Moolenaar2019-04-061-1/+3
* patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows consolev8.1.1127Bram Moolenaar2019-04-061-1/+4
* patch 8.1.1125: libvterm does not handle the window position reportv8.1.1125Bram Moolenaar2019-04-061-7/+61
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+0
* patch 8.1.1024: stray log calls in terminal codev8.1.1024Bram Moolenaar2019-03-201-3/+0
* patch 8.1.1018: window cleared when entering Terminal-Normal twicev8.1.1018Bram Moolenaar2019-03-191-1/+4
* patch 8.1.0982: update_cursor() called twice in :shellv8.1.0982Bram Moolenaar2019-02-251-1/+0
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-25/+25
* patch 8.1.0929: no error when requesting ConPTY but it's not availablev8.1.0929Bram Moolenaar2019-02-161-11/+10
* patch 8.1.0923: terminal dump diff swap does not update file namesv8.1.0923Bram Moolenaar2019-02-151-2/+18
* patch 8.1.0921: terminal test sometimes fails; using memory after freev8.1.0921Bram Moolenaar2019-02-141-1/+2