A fancier prompt

This commit is contained in:
Arun Prakash Jana 2020-01-16 19:35:34 +05:30
parent 0fd1f142c7
commit f9d38d1420

View file

@ -5588,11 +5588,11 @@ nochange:
#ifndef NORL #ifndef NORL
if (cfg.picker) { if (cfg.picker) {
#endif #endif
tmp = xreadline(NULL, "> "); tmp = xreadline(NULL, ">>> ");
#ifndef NORL #ifndef NORL
} else { } else {
presel = 0; presel = 0;
tmp = getreadline("> ", path, ipath, &presel); tmp = getreadline(">>> ", path, ipath, &presel);
if (presel == MSGWAIT) if (presel == MSGWAIT)
goto nochange; goto nochange;
} }