summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 584008585a..e2c04f66c5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1363,7 +1363,7 @@ main_loop(
/* If terminal_loop() returns OK we got a key that is handled
* in Normal model. With FAIL we first need to position the
* cursor and the screen needs to be redrawn. */
- if (terminal_loop() == OK)
+ if (terminal_loop(TRUE) == OK)
normal_cmd(&oa, TRUE);
}
else