Sfoglia il codice sorgente

Just show the last level

master
Arun Prakash Jana 6 anni fa
parent
commit
965fc2c876
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      src/nnn.c

+ 1
- 2
src/nnn.c Vedi File

@@ -973,8 +973,7 @@ static void spawn(const char *file, const char *arg1, const char *arg2, const ch

/* Show a marker (to indicate nnn spawned shell) */
if (flag & F_MARKER && tmp)
fprintf(stdout, "\n +-++-++-+\n | n n n |\n +-++-++-+\n\n"
"Last nnn level: %d\n", xatoi(tmp));
fprintf(stdout, "\n +-++-++-+\n | n n n | %d\n +-++-++-+\n\n", xatoi(tmp));

/* Suppress stdout and stderr */
if (flag & F_NOTRACE) {


Loading…
Annulla
Salva