mirror of
https://github.com/jarun/nnn.git
synced 2025-03-01 20:39:20 +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 {
|
} else {
|
||||||
switch (*ch) {
|
switch (*ch) {
|
||||||
#ifdef KE
|
#ifdef KEY_RESIZE
|
||||||
case KEY_RESIZE:
|
case KEY_RESIZE:
|
||||||
clearoldprompt();
|
clearoldprompt();
|
||||||
xlines = LINES;
|
xlines = LINES;
|
||||||
|
|
Loading…
Add table
Reference in a new issue