mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[sixel] don't use the short form of 80+8452; contour barfs
This commit is contained in:
parent
c5ab28acbd
commit
3136abca48
@ -1055,8 +1055,9 @@ int sixel_init(int fd){
|
||||
|
||||
int sixel_init_inverted(int fd){
|
||||
// except MLterm (and a few others, possibly including the physical VT340),
|
||||
// which inverts the usual sense of DECSDM.
|
||||
return tty_emit("\e[?80;8452h", fd);
|
||||
// which inverts the usual sense of DECSDM. at least Contour rejects the
|
||||
// short form of [?80;8452h, so use the expanded form.
|
||||
return tty_emit("\e[?80h\e[?8452h", fd);
|
||||
}
|
||||
|
||||
// only called for cells in SPRIXCELL_ANNIHILATED[_TRANS]. just post to
|
||||
|
Loading…
x
Reference in New Issue
Block a user