aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 6a35f11..899d235 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2483,7 +2483,7 @@ static char *xreadline(const char *prefill, const char *prompt)
}
} else {
switch (*ch) {
-#ifdef KE
+#ifdef KEY_RESIZE
case KEY_RESIZE:
clearoldprompt();
xlines = LINES;