summaryrefslogtreecommitdiffstats
path: root/tty-term.c
diff options
context:
space:
mode:
authornicm <nicm>2022-11-11 08:44:11 +0000
committernicm <nicm>2022-11-11 08:44:11 +0000
commit20da16737715a183a019f1072735614615b5fd1c (patch)
tree7047184b2f3c79ff70e40de8ef3e21a9ae8ffe97 /tty-term.c
parentfe475bd856ff1f98bf8a4cd9b6aedd5da81a7e3c (diff)
Tweak previous to set and log the feature instead of just setting the
flag.
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tty-term.c b/tty-term.c
index 23abccf5..7998f657 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -454,6 +454,9 @@ tty_term_apply_overrides(struct tty_term *term)
a = options_array_next(a);
}
+ /* Log the SIXEL flag. */
+ log_debug("SIXEL flag is %d", !!(term->flags & TERM_SIXEL));
+
/* Update the RGB flag if the terminal has RGB colours. */
if (tty_term_has(term, TTYC_SETRGBF) &&
tty_term_has(term, TTYC_SETRGBB))