summaryrefslogtreecommitdiff
path: root/runtime/doc/terminal.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime files.Bram Moolenaar2023-02-201-4/+4
|
* Update runtime filesBram Moolenaar2022-11-181-22/+31
|
* Update runtime filesBram Moolenaar2022-10-161-1/+1
|
* patch 9.0.0710: quitting/unloading/hiding a terminal does not work properlyv9.0.0710Yee Cheng Chin2022-10-101-3/+2
| | | | | | | | Problem: Quitting/unloading/hiding a terminal buffer does not always work properly. Solution: Avoid that ":q!" leaves an empty buffer behind. ":bunload!" also kills the job and unloads the buffer. ":hide" does not unload the buffer. (Yee Cheng Chin, closes #11323)
* Update runtime filesBram Moolenaar2022-08-241-2/+4
|
* Update runtime filesBram Moolenaar2022-08-081-0/+30
|
* release version 9.0v9.0.0000Bram Moolenaar2022-06-281-1/+1
| | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
* Update runtime filesBram Moolenaar2022-06-261-5/+8
|
* Update runtime filesBram Moolenaar2022-06-091-2/+2
|
* Update runtime filesBram Moolenaar2022-06-031-1/+1
|
* patch 8.2.5010: the terminal debugger uses various global variablesv8.2.5010Bram Moolenaar2022-05-231-13/+44
| | | | | Problem: The terminal debugger uses various global variables. Solution: Add a dictionary to hold the terminal debugger preferences.
* Update runtime filesBram Moolenaar2022-04-181-0/+3
|
* Update runtime filesBram Moolenaar2022-04-081-2/+2
|
* Update runtime files.Bram Moolenaar2022-02-261-2/+2
|
* Update runtime filesBram Moolenaar2022-01-231-2/+2
|
* Update runtime filesBram Moolenaar2022-01-081-0/+1
|
* Update runtime filesBram Moolenaar2021-12-241-1/+3
|
* Update runtime filesBram Moolenaar2021-11-161-2/+2
|
* patch 8.2.3589: failure when "term_rows" of term_start() is an unusual valuev8.2.3589Bram Moolenaar2021-11-131-1/+2
| | | | | | Problem: Failure when the "term_rows" argument of term_start() is an unusual value. Solution: Limit to range of zero to 1000. (closes #9116)
* patch 8.2.3516: terminal window does not have transparent backgroundv8.2.3516Milly2021-10-151-3/+0
| | | | | | Problem: Terminal window does not have transparent background when 'termguicolors' is used. Solution: Fix the background color. (closes #2361, closes #9002)
* Update runtime filesBram Moolenaar2021-08-291-13/+15
|
* Update runtime filesBram Moolenaar2021-08-141-5/+32
|
* Update runtime filesBram Moolenaar2021-02-131-5/+24
|
* Update runtime files.Bram Moolenaar2021-01-111-1/+9
|
* Update runtime files.Bram Moolenaar2021-01-021-1/+4
|
* Update runtime filesBram Moolenaar2020-11-291-8/+10
|
* Update runtime filesBram Moolenaar2020-11-211-10/+14
|
* Update runtime files.Bram Moolenaar2020-09-071-3/+5
|
* Update runtime filesBram Moolenaar2020-06-071-2/+3
|
* Update runtime filesBram Moolenaar2020-05-261-2/+7
|
* Update runtime filesBram Moolenaar2020-05-011-2/+6
|
* Update runtime filesBram Moolenaar2020-04-101-1/+1
|
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-261-2/+9
| | | | | Problem: Cannot set the highlight group for a specific terminal. Solution: Add the "highlight" option to term_start(). (closes #5818)
* Update runtime files.Bram Moolenaar2020-02-041-2/+2
|
* Update runtime files.Bram Moolenaar2020-01-091-3/+3
|
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-121-1/+1
|
* Runtime file updates.Bram Moolenaar2019-12-071-5/+5
|
* Update runtime filesBram Moolenaar2019-11-261-2/+2
|
* Update runtime filesBram Moolenaar2019-11-101-1/+1
|
* patch 8.1.2251: ":term command" may not work without a shellv8.1.2251Bram Moolenaar2019-11-031-0/+4
| | | | | Problem: ":term command" may not work without a shell. Solution: Add the ++shell option to :term. (closes #3340)
* Update runtime files.Bram Moolenaar2019-11-021-1/+5
|
* Update runtime filesBram Moolenaar2019-10-261-1/+1
|
* patch 8.1.2195: Vim does not exit when the terminal window is last windowv8.1.2195Bram Moolenaar2019-10-201-0/+7
| | | | | | | Problem: Vim does not exit when closing a terminal window and it is the last window. Solution: Exit Vim if the closed terminal window is the last one. (closes #4539)
* Update runtime files.Bram Moolenaar2019-10-161-5/+3
|
* patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar2019-09-261-4/+20
| | | | | | Problem: The terminal API is limited and can't be disabled. Solution: Add term_setapi() to set the function prefix. (Ozaki Kiichi, closes #2907)
* Updte runtime filesBram Moolenaar2019-09-201-3/+5
|
* Update runtime filesBram Moolenaar2019-09-111-1/+1
|
* patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar2019-09-081-21/+90
| | | | | Problem: More functions can be used as methods. Solution: Make terminal functions usable as a method. Fix term_getattr().
* patch 8.1.1629: terminal function help is in the wrong filev8.1.1629Bram Moolenaar2019-07-041-35/+399
| | | | | Problem: Terminal function help is in the wrong file. Solution: Move the function details to terminal.txt.
* Update runtime files.Bram Moolenaar2019-05-311-2/+2
|