Skip to content

Commit

Permalink
CSI_BGQ: four slashes too many, whoops #1292
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jun 16, 2021
1 parent 24edd6f commit 41df287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/termdesc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 41df287

Please sign in to comment.