Skip to content

Commit 152f1f4

Browse files
committed
ChafaTermDb: Konsole has the sixel overshoot quirk
Ref. #255 (GitHub).
1 parent d776654 commit 152f1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chafa/chafa-term-db.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ static const TermDef term_def [] =
639639
{ ENV_OP_EXCL, ENV_CMP_VER_GE, "KONSOLE_VERSION", "220370", 0 } },
640640
{ vt220_seqs, color_direct_seqs, color_256_seqs, color_16_seqs, color_8_seqs,
641641
sixel_seqs }, INHERIT_NONE, CHAFA_PASSTHROUGH_NONE, PIXEL_PT_NONE,
642-
QUIRKS_NONE, LINUX_DESKTOP_SYMS },
642+
CHAFA_TERM_QUIRK_SIXEL_OVERSHOOT, LINUX_DESKTOP_SYMS },
643643

644644
/* The 'lf' file browser will choke if there are extra sequences in front
645645
* of a sixel image, so we need to be polite to it. */

0 commit comments

Comments
 (0)