doc: ctlseqs: document private modes 47, 1047 and 1048

This commit is contained in:
Craig Barnes 2021-02-09 14:52:25 +00:00 committed by Daniel Eklöf
parent de64ef8410
commit 56ab820d3f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -186,6 +186,9 @@ that corresponds to one of the following modes:
| 45 | 45
: xterm : xterm
: Reverse-wraparound mode : Reverse-wraparound mode
| 47
: xterm
: Same as 1047 (see below)
| 1000 | 1000
: xterm : xterm
: Send mouse x/y on button press/release : Send mouse x/y on button press/release
@ -222,9 +225,15 @@ that corresponds to one of the following modes:
| 1042 | 1042
: xterm : xterm
: Perform action for BEL character (see *bell* in *foot.ini*(5)) : Perform action for BEL character (see *bell* in *foot.ini*(5))
| 1047
: xterm
: Use alternate screen buffer
| 1048
: xterm
: Save/restore cursor (DECSET=save, DECRST=restore)
| 1049 | 1049
: xterm : xterm
: Save cursor (like DECSC) and switch to alternate screen buffer : Equivalent to 1048 and 1047 combined
| 2004 | 2004
: xterm : xterm
: Wrap pasted text with start/end delimiters (bracketed paste mode) : Wrap pasted text with start/end delimiters (bracketed paste mode)