comparison src/libvterm/doc/seqs.txt @ 30880:82336c3b679d v9.0.0774

patch 9.0.0774: the libvterm code is outdated Commit: https://github.com/vim/vim/commit/6a12d26f3404e45ce25cf9152857e355b28f392a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 16 19:26:52 2022 +0100 patch 9.0.0774: the libvterm code is outdated Problem: The libvterm code is outdated. Solution: Include libvterm changes from revision 802 to 817. Revert some changes made for C89.
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Oct 2022 20:30:07 +0200
parents 2d2758ffd959
children
comparison
equal deleted inserted replaced
30879:2db86b9d26df 30880:82336c3b679d
120 CSI j = HPB 120 CSI j = HPB
121 CSI k = VPB 121 CSI k = VPB
122 123x CSI l = RM, Reset mode 122 123x CSI l = RM, Reset mode
123 123x CSI ? l = DECRM, DEC reset mode 123 123x CSI ? l = DECRM, DEC reset mode
124 123x CSI m = SGR, Set Graphic Rendition 124 123x CSI m = SGR, Set Graphic Rendition
125 CSI ? m = DECSGR, private Set Graphic Rendition
125 123x CSI n = DSR, Device Status Report 126 123x CSI n = DSR, Device Status Report
126 23x 5 = operating status 127 23x 5 = operating status
127 23x 6 = CPR = cursor position 128 23x 6 = CPR = cursor position
128 23x CSI ? n = DECDSR; behaves as DSR but uses CSI ? instead of CSI to respond 129 23x CSI ? n = DECDSR; behaves as DSR but uses CSI ? instead of CSI to respond
129 23x CSI ! p = DECSTR, soft terminal reset 130 23x CSI ! p = DECSTR, soft terminal reset
196 x SGR 38 = Foreground alternative palette 197 x SGR 38 = Foreground alternative palette
197 x SGR 39 = Foreground default 198 x SGR 39 = Foreground default
198 x SGR 40-47 = Background ANSI 199 x SGR 40-47 = Background ANSI
199 x SGR 48 = Background alternative palette 200 x SGR 48 = Background alternative palette
200 x SGR 49 = Background default 201 x SGR 49 = Background default
202 SGR 73 = Superscript on
203 SGR 74 = Subscript on
204 SGR 75 = Superscript/subscript off
201 x SGR 90-97 = Foreground ANSI high-intensity 205 x SGR 90-97 = Foreground ANSI high-intensity
202 x SGR 100-107 = Background ANSI high-intensity 206 x SGR 100-107 = Background ANSI high-intensity
203 207
204 The state storage used by ESC 7 and DECSM 1048/1049 is shared. 208 The state storage used by ESC 7 and DECSM 1048/1049 is shared.
205 209