mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
[sixel] restore opening escape, yeesh
This commit is contained in:
parent
04d4372d6d
commit
43e7da6398
@ -421,6 +421,7 @@ write_sixel_data(FILE* fp, int lenx, sixeltable* stab){
|
||||
// doesn't seem to work with at least xterm; we instead use '\ePq'
|
||||
// FIXME i think we can print DESDM on the first one, and never again
|
||||
//fprintf(fp, "\e[?80h\ePq");
|
||||
fprintf(fp, "\ePq");
|
||||
|
||||
// Set Raster Attributes - pan/pad=1 (pixel aspect ratio), Ph=lenx, Pv=leny
|
||||
// using Ph/Pv causes a background to be drawn using color register 0 for all
|
||||
|
Loading…
x
Reference in New Issue
Block a user