Skip to content

Commit

Permalink
ChafaTermDb: Go back to sixels as default graphics format for WezTerm
Browse files Browse the repository at this point in the history
Unfortunately, its Kitty protocol implementation is not conformant,
which causes new placements to delete previous ones. This can be
worked around by specifying I=1, but then you'll also need to set q=1
to suppress responses. The latter is not implemented in WezTerm.

Reverts 444a367.
  • Loading branch information
hpjansson committed Jun 14, 2023
1 parent ba14f04 commit 4bdffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chafa/chafa-term-db.c
Expand Up @@ -457,7 +457,7 @@ detect_capabilities (ChafaTermInfo *ti, gchar **envp)

if (!g_ascii_strcasecmp (term_program, "WezTerm"))
{
gfx_seqs = kitty_seqs;
gfx_seqs = sixel_seqs;
}

if (!g_ascii_strcasecmp (term_name, "contour"))
Expand Down

0 comments on commit 4bdffef

Please sign in to comment.