csi: implement private modes 2034 + 2038

2034 enables window resize notifications, with the notifications being
in pixels.

2038 does the same, but in characters instead of pixels.

See
https://gist.github.com/rockorager/e695fb2924d36b2bcf1fff4a3704bd83
for specification
This commit is contained in:
Daniel Eklöf 2024-06-28 18:38:03 +02:00
parent cbe399ecd9
commit 774c60602b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 119 additions and 30 deletions

View file

@ -331,6 +331,12 @@ that corresponds to one of the following modes:
| 2027
: contour
: Grapheme cluster processing
| 2034
: TODO
: In-band window resize notifications, in pixels
| 2038
: TODO
: In-band window resize notifications, in characters
| 8452
: xterm
: Position cursor to the right of sixels, instead of on the next line