mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
A fancier prompt
This commit is contained in:
parent
0fd1f142c7
commit
f9d38d1420
|
@ -5588,11 +5588,11 @@ nochange:
|
|||
#ifndef NORL
|
||||
if (cfg.picker) {
|
||||
#endif
|
||||
tmp = xreadline(NULL, "> ");
|
||||
tmp = xreadline(NULL, ">>> ");
|
||||
#ifndef NORL
|
||||
} else {
|
||||
presel = 0;
|
||||
tmp = getreadline("> ", path, ipath, &presel);
|
||||
tmp = getreadline(">>> ", path, ipath, &presel);
|
||||
if (presel == MSGWAIT)
|
||||
goto nochange;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue