From c97ceaffe89b9f9a6fba4efbdb71cd144a8ec4c6 Mon Sep 17 00:00:00 2001 From: Michael Grant Date: Mon, 10 Aug 2026 14:34:16 +0100 Subject: [PATCH] image: select backend after terminal setup --- tty.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tty.c b/tty.c index b46c43a33..199063039 100644 --- a/tty.c +++ b/tty.c @@ -290,6 +290,10 @@ tty_open(struct tty *tty, char **cause) } tty->flags |= TTY_OPENED; +#ifdef ENABLE_IMAGES + image_tty_update(tty); +#endif + tty->flags &= ~(TTY_NOCURSOR|TTY_FREEZE|TTY_BLOCK|TTY_TIMER); event_set(&tty->event_in, c->fd, EV_PERSIST|EV_READ,