summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2067: cursor position in popup terminal is wrongv8.2.2067Bram Moolenaar2020-11-281-4/+2
* patch 8.2.2064: terminal: cursor is on while redrawing, causing flickerv8.2.2064Bram Moolenaar2020-11-281-10/+10
* patch 8.2.2061: Vim9: E1030 error when using empty string for term_sendkeys()v8.2.2061Bram Moolenaar2020-11-271-1/+1
* patch 8.2.1990: cursor position wrong in terminal popup with finished jobv8.2.1990Bram Moolenaar2020-11-151-0/+3
* patch 8.2.1985: crash when closing terminal popup with <Cmd> mappingv8.2.1985Bram Moolenaar2020-11-141-3/+1
* patch 8.2.1979: "term_opencmd" option of term_start() is truncatedv8.2.1979Bram Moolenaar2020-11-121-9/+13
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-0/+4
* patch 8.2.1963: crash when using a popup window with "latin1" encodingv8.2.1963Bram Moolenaar2020-11-061-4/+16
* patch 8.2.1959: crash when terminal buffer name is made emptyv8.2.1959Bram Moolenaar2020-11-051-3/+5
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-3/+4
* patch 8.2.1892: valgrind warns for using uninitialized access in testsv8.2.1892Bram Moolenaar2020-10-231-1/+2
* patch 8.2.1772: cannot use CTRL-W <Down> to move out of a terminal windowv8.2.1772Bram Moolenaar2020-09-291-2/+3
* patch 8.2.1664: memory leak when using :mkview with a terminal bufferv8.2.1664Bram Moolenaar2020-09-111-2/+2
* patch 8.2.1662: :mksession does not restore shared terminal buffer properlyv8.2.1662Bram Moolenaar2020-09-111-2/+36
* patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_startv8.2.1627Bram Moolenaar2020-09-061-1/+1
* patch 8.2.1598: starting a hidden terminal resizes the current windowv8.2.1598Bram Moolenaar2020-09-051-10/+14
* patch 8.2.1589: term_start() options for size are overruled by 'termwinsize'v8.2.1589Bram Moolenaar2020-09-041-15/+36
* patch 8.2.1108: mouse left-right scroll is not supported in terminal windowv8.2.1108Bram Moolenaar2020-07-011-2/+4
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-2/+2
* patch 8.2.0862: ":term ++curwin" makes the current buffer hiddenv8.2.0862Bram Moolenaar2020-05-311-3/+3
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-9/+9
* patch 8.2.0839: dropping modifier when putting a character back in typeaheadv8.2.0839Bram Moolenaar2020-05-291-1/+1
* patch 8.2.0831: compiler warnings for integer sizesv8.2.0831Bram Moolenaar2020-05-271-1/+1
* patch 8.2.0808: not enough testing for the terminal windowv8.2.0808Bram Moolenaar2020-05-221-1/+1
* patch 8.2.0804: libvterm code lags behind the upstream versionv8.2.0804Bram Moolenaar2020-05-211-26/+73
* patch 8.2.0802: libvterm code lags behind the upstream versionv8.2.0802Bram Moolenaar2020-05-201-6/+3
* patch 8.2.0801: terminal test fails on Macv8.2.0801Bram Moolenaar2020-05-191-3/+17
* patch 8.2.0798: libvterm code lags behind the upstream versionv8.2.0798Bram Moolenaar2020-05-191-11/+25
* patch 8.2.0645: MS-Windows terminal: CTRL-C does not get to child jobv8.2.0645Bram Moolenaar2020-04-261-2/+1
* patch 8.2.0643: terminal uses brown instead of dark yellowv8.2.0643Bram Moolenaar2020-04-261-3/+3
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-14/+14
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-6/+8
* patch 8.2.0472: terminal highlight name is set twice, leaking memoryv8.2.0472Bram Moolenaar2020-03-281-2/+0
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-261-29/+95
* patch 8.2.0428: buffer name may leakv8.2.0428Bram Moolenaar2020-03-221-2/+10
* patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar2020-03-191-0/+4
* patch 8.2.0373: type of term_sendkeys() is unknownv8.2.0373Bram Moolenaar2020-03-111-2/+1
* patch 8.2.0371: crash with combination of terminal popup and autocmdv8.2.0371Bram Moolenaar2020-03-111-0/+1
* patch 8.2.0328: no redraw when leaving term-normal mode in popup terminalv8.2.0328Bram Moolenaar2020-02-281-7/+38
* patch 8.2.0314: short name not set for terminal bufferv8.2.0314Bram Moolenaar2020-02-241-0/+2
* 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