comparison src/libvterm/doc/seqs.txt @ 20496:747a270eb1db v8.2.0802

patch 8.2.0802: libvterm code lags behind the upstream version Commit: https://github.com/vim/vim/commit/d863728913801c8fa6d633f6580edfcada533fd0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 20 18:41:41 2020 +0200 patch 8.2.0802: libvterm code lags behind the upstream version Problem: Libvterm code lags behind the upstream version. Solution: Include revisions 759 - 762.
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 May 2020 18:45:04 +0200
parents 9ad473b50471
children f93337ae0612
comparison
equal deleted inserted replaced
20495:0736d3dc23ba 20496:747a270eb1db
168 SGR 3 = Italic on 168 SGR 3 = Italic on
169 123 SGR 4 = Underline single 169 123 SGR 4 = Underline single
170 SGR 4:x = Underline style 170 SGR 4:x = Underline style
171 123 SGR 5 = Blink on 171 123 SGR 5 = Blink on
172 123 SGR 7 = Reverse on 172 123 SGR 7 = Reverse on
173 SGR 8 = Conceal on
173 SGR 9 = Strikethrough on 174 SGR 9 = Strikethrough on
174 SGR 10-19 = Select font 175 SGR 10-19 = Select font
175 SGR 21 = Underline double 176 SGR 21 = Underline double
176 23 SGR 22 = Bold off 177 23 SGR 22 = Bold off
177 SGR 23 = Italic off 178 SGR 23 = Italic off
178 23 SGR 24 = Underline off 179 23 SGR 24 = Underline off
179 23 SGR 25 = Blink off 180 23 SGR 25 = Blink off
180 23 SGR 27 = Reverse off 181 23 SGR 27 = Reverse off
182 SGR 28 = Conceal off
181 SGR 29 = Strikethrough off 183 SGR 29 = Strikethrough off
182 SGR 30-37 = Foreground ANSI 184 SGR 30-37 = Foreground ANSI
183 SGR 38 = Foreground alternative palette 185 SGR 38 = Foreground alternative palette
184 SGR 39 = Foreground default 186 SGR 39 = Foreground default
185 SGR 40-47 = Background ANSI 187 SGR 40-47 = Background ANSI