commit 81da44c5fcf4324cc76ddeeb445ab8e6d8561a1d parent 0344a123a7aa034639b349179aa708c6931ccba5 Author: c0dev0id <sh+github@codevoid.de> Date: Sun, 19 Sep 2021 20:07:23 +0200 Fix tab completion on first line after start Diffstat:
| M | x.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/x.c b/x.c @@ -1951,6 +1951,7 @@ run(void) } } while (ev.type != MapNotify); + ttyresize(0,0); ttyfd = ttynew(opt_line, shell, opt_io, opt_cmd); cresize(w, h);