This commit is contained in:
Arun Prakash Jana 2020-04-01 02:32:23 +05:30
parent 6e6d3cba0d
commit 91bd84cd5d
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 2 deletions

View File

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