mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
[sixel_shutdown] don't disable sixel scrolling on shutdown #1533
This commit is contained in:
parent
81370ba311
commit
15c330c580
@ -554,6 +554,8 @@ int sixel_wipe(const notcurses* nc, sprixel* s, int ycell, int xcell){
|
||||
return -1;
|
||||
}
|
||||
|
||||
// 80 (sixel scrolling) is enabled by default. 8452 is not. XTSAVE/XTRESTORE
|
||||
// would be better, where they're supported.
|
||||
int sixel_shutdown(int fd){
|
||||
return tty_emit("\e[?80;8452l", fd);
|
||||
return tty_emit("\e[?8452l", fd);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user