Browse Source

Fix typo

master
Arun Prakash Jana 4 years ago
parent
commit
9cbadc12be
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -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;


Loading…
Cancel
Save