aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-01-24 08:24:59 +0100
committerache <ache@ache.one>2019-01-24 08:24:59 +0100
commit2d44dd6f8eb60ddbc235e26733956d10d326daf2 (patch)
treee285f80f1f3edc1c37cfe431865fe76d94d13eaf
parentreadline include (diff)
Fix readline
-rw-r--r--readline.c2
1 files changed, 1 insertions, 1 deletions
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