diff --git a/main.c b/main.c index ea0042b2..2c8f0451 100644 --- a/main.c +++ b/main.c @@ -312,7 +312,7 @@ main(int argc, char *const *argv) argv += optind; setlocale(LC_ALL, ""); - setenv("TERM", "xterm-direct", 1); /* TODO: configurable */ + setenv("TERM", "foot", 1); /* TODO: configurable */ int repeat_pipe_fds[2] = {-1, -1}; if (pipe2(repeat_pipe_fds, O_CLOEXEC) == -1) {