mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
CSI_BGQ: four slashes too many, whoops #1292
This commit is contained in:
parent
c814ee6137
commit
5f130b407d
@ -718,7 +718,7 @@ ruts_string(init_state* inits, initstates_e state){
|
|||||||
|
|
||||||
static int
|
static int
|
||||||
stash_string(init_state* inits){
|
stash_string(init_state* inits){
|
||||||
fprintf(stderr, "string terminator after %d [%s]\n", inits->stringstate, inits->runstring);
|
//fprintf(stderr, "string terminator after %d [%s]\n", inits->stringstate, inits->runstring);
|
||||||
switch(inits->stringstate){
|
switch(inits->stringstate){
|
||||||
case STATE_XTVERSION1:{
|
case STATE_XTVERSION1:{
|
||||||
int xversion;
|
int xversion;
|
||||||
|
@ -213,7 +213,7 @@ init_terminfo_esc(tinfo* ti, const char* name, escape_e idx,
|
|||||||
#define ESC_DA "\e[c"
|
#define ESC_DA "\e[c"
|
||||||
|
|
||||||
// query background, replies in X color https://www.x.org/releases/X11R7.7/doc/man/man7/X.7.xhtml#heading11
|
// query background, replies in X color https://www.x.org/releases/X11R7.7/doc/man/man7/X.7.xhtml#heading11
|
||||||
#define CSI_BGQ "\e]11;?\e\\\\\\"
|
#define CSI_BGQ "\e]11;?\e\\"
|
||||||
|
|
||||||
// we send an XTSMGRAPHICS to set up 256 color registers (the most we can
|
// we send an XTSMGRAPHICS to set up 256 color registers (the most we can
|
||||||
// currently take advantage of; we need at least 64 to use sixel at all.
|
// currently take advantage of; we need at least 64 to use sixel at all.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user