mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
musl libc: fix run cmd prompt message
This commit is contained in:
parent
466d138cc7
commit
de80bba9db
|
@ -2064,10 +2064,9 @@ static int spawn(char *file, char *arg1, char *arg2, uchar_t flag)
|
|||
DPRINTF_D(pid);
|
||||
|
||||
if ((flag & F_CONFIRM) || ((flag & F_CHKRTN) && retstatus)) {
|
||||
printf("%s", messages[MSG_CONTINUE]);
|
||||
#ifndef NORL
|
||||
fflush(stdout);
|
||||
#endif
|
||||
status = write(STDOUT_FILENO, messages[MSG_CONTINUE],
|
||||
xstrlen(messages[MSG_CONTINUE]));
|
||||
(void)status;
|
||||
while (getchar() != '\n') {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue