Tweak previous to set and log the feature instead of just setting the

flag.
This commit is contained in:
nicm
2022-11-11 08:44:11 +00:00
parent fe475bd856
commit 20da167377
3 changed files with 20 additions and 14 deletions

View File

@ -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. */