From 1971938a653ad11ee2775459dc7999ced3451d31 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 19 May 2026 12:35:53 -0400 Subject: Update deps --- taro/daemon.c | 1 + taro/ui.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'taro') diff --git a/taro/daemon.c b/taro/daemon.c index d701ae6..b6faf3f 100644 --- a/taro/daemon.c +++ b/taro/daemon.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include diff --git a/taro/ui.c b/taro/ui.c index 6d191d7..1860920 100644 --- a/taro/ui.c +++ b/taro/ui.c @@ -1324,7 +1324,8 @@ s32 main(void) db_sort(&u.db); const char *term_env = getenv("TERM"); - if (strcmp(term_env, "xterm-kitty") == 0) { + if ((strncmp(term_env, "xterm-kitty", sizeof("xterm-kitty")) == 0) || + (strncmp(term_env, "foot", sizeof("foot")) == 0)) { u.use_pixel_blit = true; } else { u.use_pixel_blit = false; -- cgit v1.2.3-101-g0448