aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 81375a8..e29b729 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -1710,7 +1710,6 @@ static int spawn(char *file, char *arg1, char *arg2, const char *dir, uchar flag
if (flag & F_NORMAL) {
if (flag & F_CONFIRM) {
printf("%s", messages[MSG_CONTINUE]);
- fflush(stdout);
while (getchar() != '\n');
}
refresh();
@@ -6212,7 +6211,7 @@ nochange:
#ifndef NORL
} else {
presel = 0;
- tmp = getreadline(">>> ", path, ipath, &presel);
+ tmp = getreadline("\n>>> ", path, ipath, &presel);
if (presel == MSGWAIT)
goto nochange;
}