mirror of
https://github.com/tmux/tmux.git
synced 2026-03-07 00:05:33 +00:00
rename ENABLE_KITTY to ENABLE_KITTY_IMAGES
This commit is contained in:
5
format.c
5
format.c
@@ -2564,7 +2564,7 @@ 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)
|
||||
#if defined(ENABLE_SIXEL) && defined(ENABLE_KITTY_IMAGES)
|
||||
return (xstrdup("kitty,sixel"));
|
||||
#endif
|
||||
|
||||
@@ -2572,11 +2572,10 @@ format_cb_image_support(__unused struct format_tree *ft)
|
||||
return (xstrdup("sixel"));
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_KITTY
|
||||
#ifdef ENABLE_KITTY_IMAGES
|
||||
return (xstrdup("kitty"));
|
||||
#endif
|
||||
return (NULL);
|
||||
|
||||
}
|
||||
|
||||
/* Callback for active_window_index. */
|
||||
|
||||
Reference in New Issue
Block a user