CSI_BGQ: four slashes too many, whoops #1292

pull/1785/head
nick black 3 years ago committed by Nick Black
parent c814ee6137
commit 5f130b407d

@ -718,7 +718,7 @@ ruts_string(init_state* inits, initstates_e state){
static int
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){
case STATE_XTVERSION1:{
int xversion;

@ -213,7 +213,7 @@ init_terminfo_esc(tinfo* ti, const char* name, escape_e idx,
#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
#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
// currently take advantage of; we need at least 64 to use sixel at all.

Loading…
Cancel
Save