|
1 | | -*term.txt* For Vim version 9.1. Last change: 2024 Dec 31 |
| 1 | +*term.txt* For Vim version 9.1. Last change: 2025 Aug 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -472,13 +472,13 @@ Added by Vim (there are no standard codes for these): |
472 | 472 | t_RV request terminal version string (works for *t_RV* *'t_RV'* |
473 | 473 | xterm and other terminal emulators) The |
474 | 474 | response is stored in |v:termresponse| |xterm-8bit| |
475 | | - |'ttymouse'| |xterm-codes| |
| 475 | + 'ttymouse' |xterm-codes| |
476 | 476 | t_XM enable/disable mouse reporting, *t_XM* *'t_XM'* |
477 | 477 | see |mouse-reporting| below |
478 | 478 | t_RK request terminal keyboard protocol state; *t_RK* *'t_RK'* |
479 | 479 | sent after |t_TI| |
480 | 480 | t_u7 request cursor position (for xterm) *t_u7* *'t_u7'* |
481 | | - see |'ambiwidth'| |
| 481 | + see 'ambiwidth' |
482 | 482 | The response is stored in |v:termu7resp| |
483 | 483 | t_RF request terminal foreground color *t_RF* *'t_RF'* |
484 | 484 | The response is stored in |v:termrfgresp| |
@@ -991,7 +991,7 @@ When the X-server clipboard is available, the command server described in |
991 | 991 | *xterm-copy-paste* |
992 | 992 | NOTE: In some (older) xterms, it's not possible to move the cursor past column |
993 | 993 | 95 or 223. This is an xterm problem, not Vim's. Get a newer xterm |
994 | | -|color-xterm|. Also see |'ttymouse'|. |
| 994 | +|color-xterm|. Also see 'ttymouse'. |
995 | 995 |
|
996 | 996 | Copy/paste in xterm with (current mode NOT included in 'mouse'): |
997 | 997 | 1. Press left mouse button on first letter of text, move mouse pointer to last |
|
0 commit comments