From cfea0a90a26da263520ff304e3f598d704f5ac43 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sun, 19 Sep 2021 19:26:11 +0200 Subject: [PATCH] Fix tab-complete on first line after start --- x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/x.c b/x.c index 89786b8..2b0a9db 100644 --- a/x.c +++ b/x.c @@ -1905,6 +1905,7 @@ run(void) } } while (ev.type != MapNotify); + ttyresize(0,0); ttyfd = ttynew(opt_line, shell, opt_io, opt_cmd); cresize(w, h); -- 2.33.0