Skip to content

Commit c242762

Browse files
committed
Pruning verbiage
1 parent 6c875d3 commit c242762

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,12 @@ with sixel support. In that case, try an alternate terminal, such as
128128
* WSLtty for Microsoft Windows (reported)
129129
* MinTTY for Cygwin (Microsoft Windows) (reported)
130130
* Yaft for Linux framebuffer (tested)
131+
* VTE (special compilation, reported)
131132

132133
### SIXEL incompatible terminals
133134

134135
* MacOS Terminal, alacritty, kitty
135-
* All libvte based terminals
136+
* All standard libvte based terminals
136137
* gnome-terminal
137138
* terminator
138139
* lxterm
@@ -195,9 +196,8 @@ GitHub.
195196

196197
XTerm, as of version 344, has added [a control
197198
sequence](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Functions-using-CSI-_-ordered-by-the-final-character_s_)
198-
that solves the problem — `CSI ? Pi ; Pa ; Pv S` — but not all OSes
199-
have upgraded to XTerm(344) and some terminals, such as `mlterm`,
200-
haven't yet implemented it.
199+
that solves the problem — `CSI ? Pi ; Pa ; Pv S` — but some
200+
terminals, for example `mlterm`, haven't yet implemented it.
201201

202202
There is an alternate way to read the window size using the dtterm
203203
WindowOps extension but it is not quite the right solution as the
@@ -222,9 +222,8 @@ GitHub.
222222
terminal emulator that was popular in the late 1980s/early 1990s.
223223
Its sixel implementation is not compatible with lsix because it
224224
shows the graphics on a screen separate from the text. However, I
225-
noticed one interesting feature in its documentation: an escape
226-
sequence to request the current graphics window size and number of
227-
colors. It works like this:
225+
noticed one feature in its documentation: an escape sequence to
226+
request the current graphics window size and number of colors:
228227

229228
```
230229
ESC [ ? 256 n Request screen size report

0 commit comments

Comments
 (0)