diff options
author | nicm <nicm> | 2022-11-11 08:44:11 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-11-11 08:44:11 +0000 |
commit | 20da16737715a183a019f1072735614615b5fd1c (patch) | |
tree | 7047184b2f3c79ff70e40de8ef3e21a9ae8ffe97 /tty-features.c | |
parent | fe475bd856ff1f98bf8a4cd9b6aedd5da81a7e3c (diff) | |
download | rtmux-20da16737715a183a019f1072735614615b5fd1c.tar.gz rtmux-20da16737715a183a019f1072735614615b5fd1c.tar.bz2 rtmux-20da16737715a183a019f1072735614615b5fd1c.zip |
Tweak previous to set and log the feature instead of just setting the
flag.
Diffstat (limited to 'tty-features.c')
-rw-r--r-- | tty-features.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-features.c b/tty-features.c index b1268827..3f4fdbfd 100644 --- a/tty-features.c +++ b/tty-features.c @@ -343,7 +343,7 @@ static const char *const tty_feature_sixel_capabilities[] = { static const struct tty_feature tty_feature_sixel = { "sixel", tty_feature_sixel_capabilities, - 0 + TERM_SIXEL }; /* Available terminal features. */ |