mirror of
https://github.com/jarun/nnn.git
synced 2025-02-26 03:01:32 +00:00
Fix typo
This commit is contained in:
parent
e3d80da2ad
commit
9cbadc12be
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue