From: Arun Prakash Jana Date: Sun, 24 Feb 2019 02:31:16 +0000 (+0530) Subject: Just show the last level X-Git-Tag: v2.4~110 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=965fc2c876edbd1fe2d05ee4209c4813c273e446;p=nnn.git Just show the last level --- diff --git a/src/nnn.c b/src/nnn.c index 0d0df464..32424706 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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) {