Skip to content

Commit

Permalink
Merge pull request #19 from loiccoyle/advertise_sixel
Browse files Browse the repository at this point in the history
Advertise sixel support
  • Loading branch information
bakkeby authored May 7, 2021
2 parents 0fade91 + f72e1cd commit 8f79391
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ char *scroll = NULL;
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";

/* identification sequence returned in DA and DECID */
#if SIXEL_PATCH
char *vtiden = "\033[?12;4c";
#else
char *vtiden = "\033[?6c";
#endif

/* Kerning / character bounding-box multipliers */
static float cwscale = 1.0;
Expand Down

0 comments on commit 8f79391

Please sign in to comment.