From 2d44dd6f8eb60ddbc235e26733956d10d326daf2 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 24 Jan 2019 08:24:59 +0100 Subject: Fix readline --- readline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readline.c b/readline.c index 55795b9..bc37677 100644 --- a/readline.c +++ b/readline.c @@ -174,7 +174,7 @@ void init_readline(void) void readline_n(void) { curs_set(2); - //resize(); + resize(); while (!should_exit) { // Using getch() here instead would refresh stdscr, overwriting the // initial contents of the other windows on startup -- cgit v1.2.3