mirror of
https://github.com/tmux/tmux.git
synced 2026-03-07 00:05:33 +00:00
rename: ENABLE_SIXEL to ENABLE_SIXEL_IMAGES
This commit is contained in:
4
format.c
4
format.c
@@ -2564,11 +2564,11 @@ format_cb_version(__unused struct format_tree *ft)
|
||||
static void *
|
||||
format_cb_image_support(__unused struct format_tree *ft)
|
||||
{
|
||||
#if defined(ENABLE_SIXEL) && defined(ENABLE_KITTY_IMAGES)
|
||||
#if defined(ENABLE_SIXEL_IMAGES) && defined(ENABLE_KITTY_IMAGES)
|
||||
return (xstrdup("kitty,sixel"));
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_SIXEL
|
||||
#ifdef ENABLE_SIXEL_IMAGES
|
||||
return (xstrdup("sixel"));
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user