Parcourir la source

A fancier prompt

master
Arun Prakash Jana il y a 5 ans
Parent
révision
f9d38d1420
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c Voir le fichier

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


Chargement…
Annuler
Enregistrer