aboutsummaryrefslogtreecommitdiff
path: root/readline.c
diff options
context:
space:
mode:
Diffstat (limited to 'readline.c')
-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