Arun Prakash Jana 4 years ago
parent
commit
91bd84cd5d
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/nnn.c

+ 1
- 2
src/nnn.c 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;
}


Loading…
Cancel
Save