|
1 |
| -*term.txt* For Vim version 9.1. Last change: 2024 Feb 28 |
| 1 | +*term.txt* For Vim version 9.1. Last change: 2024 Apr 14 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -382,7 +382,7 @@ The options are listed below. The associated termcap code is always equal to
|
382 | 382 | the last two characters of the option name. Only one termcap code is
|
383 | 383 | required: Cursor motion, 't_cm'.
|
384 | 384 |
|
385 |
| -The options 't_da', 't_db', 't_ms', 't_xs', 't_xn' represent flags in the |
| 385 | +The options 't_da', 't_db', 't_ms', 't_xs', 't_xn', 't_xo' represent flags in the |
386 | 386 | termcap. When the termcap flag is present, the option will be set to "y".
|
387 | 387 | But any non-empty string means that the flag is set. An empty string means
|
388 | 388 | that the flag is not set. 't_CS' works like this too, but it isn't a termcap
|
@@ -441,6 +441,11 @@ OUTPUT CODES *terminal-output-codes*
|
441 | 441 | *t_xn* *'t_xn'*
|
442 | 442 | t_xn if non-empty, writing a character at the last screen cell
|
443 | 443 | does not cause scrolling
|
| 444 | + *t_xo* *'t_xo'* |
| 445 | + t_xo if non-empty, terminal uses xon/xoff handshaking, mapping |
| 446 | + CTRL-S will not be possible then, since it is used for flow |
| 447 | + control (used by vt420 terminal). Setting this flag has only |
| 448 | + an effect when starting Vim. |
444 | 449 | t_ZH italics mode *t_ZH* *'t_ZH'*
|
445 | 450 | t_ZR italics end *t_ZR* *'t_ZR'*
|
446 | 451 |
|
|
0 commit comments