summaryrefslogtreecommitdiffstats
path: root/src/terminal.c
AgeCommit message (Expand)Author
2019-11-04patch 8.1.2255: ":term ++shell" does not work on MS-Windowsv8.1.2255Bram Moolenaar
2019-11-03patch 8.1.2251: ":term command" may not work without a shellv8.1.2251Bram Moolenaar
2019-11-03patch 8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabledv8.1.2248Bram Moolenaar
2019-10-26patch 8.1.2219: no autocommand for open window with terminalv8.1.2219Bram Moolenaar
2019-10-23patch 8.1.2204: crash on exit when closing terminalsv8.1.2204Bram Moolenaar
2019-10-20patch 8.1.2195: Vim does not exit when the terminal window is last windowv8.1.2195Bram Moolenaar
2019-10-13patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar
2019-10-10patch 8.1.2134: modifier keys are not always recognizedv8.1.2134Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-10-01patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar
2019-09-26patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar
2019-09-25patch 8.1.2076: crash when trying to put a terminal in a popup windowv8.1.2076Bram Moolenaar
2019-09-21patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar
2019-09-10patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar
2019-09-08patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar
2019-08-15patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminalv8.1.1848Bram Moolenaar
2019-08-03patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar
2019-06-25patch 8.1.1592: may start file dialog while exitingv8.1.1592Bram Moolenaar
2019-06-20patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar
2019-06-17patch 8.1.1566: error message when terminal closes in another tabv8.1.1566Bram Moolenaar
2019-06-03patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar
2019-05-25patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-13patch 8.1.1330: using bold attribute in terminal changes the colorv8.1.1330Bram Moolenaar
2019-05-11patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
2019-04-21patch 8.1.1194: typos and small problems in source filesv8.1.1194Bram Moolenaar
2019-04-17patch 8.1.1182: some function prototypes are outdatedv8.1.1182Bram Moolenaar
2019-04-12patch 8.1.1161: unreachable codev8.1.1161Bram Moolenaar
2019-04-11patch 8.1.1146: in MS-Windows console colors in a terminal window are wrongv8.1.1146Bram Moolenaar
2019-04-06patch 8.1.1131: getwinpos() does not work in the MS-Windows consolev8.1.1131Bram Moolenaar
2019-04-06patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows consolev8.1.1127Bram Moolenaar
2019-04-06patch 8.1.1125: libvterm does not handle the window position reportv8.1.1125Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-03-20patch 8.1.1024: stray log calls in terminal codev8.1.1024Bram Moolenaar
2019-03-19patch 8.1.1018: window cleared when entering Terminal-Normal twicev8.1.1018Bram Moolenaar
2019-02-25patch 8.1.0982: update_cursor() called twice in :shellv8.1.0982Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-16patch 8.1.0929: no error when requesting ConPTY but it's not availablev8.1.0929Bram Moolenaar
2019-02-15patch 8.1.0923: terminal dump diff swap does not update file namesv8.1.0923Bram Moolenaar
2019-02-14patch 8.1.0921: terminal test sometimes fails; using memory after freev8.1.0921Bram Moolenaar
2019-02-14patch 8.1.0920: in Terminal-Normal mode job output messes up the windowv8.1.0920Bram Moolenaar
2019-02-13patch 8.1.0912: MS-Windows: warning for signed/unsignedv8.1.0912Bram Moolenaar
2019-02-13patch 8.1.0909: MS-Windows: using ConPTY even though it is not stablev8.1.0909Bram Moolenaar
2019-02-12patch 8.1.0900: ConPTY many crash with 32-bit buildv8.1.0900Bram Moolenaar
2019-02-08patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar
2019-02-03patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar
2019-01-29patch 8.1.0847: may use terminal after it was cleaned upv8.1.0847Bram Moolenaar