aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-02-24 08:01:16 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-02-24 08:06:24 +0530
commit965fc2c876edbd1fe2d05ee4209c4813c273e446 (patch)
treef884e353692cb5eab999c6ab579959f537b3596a /src
parentdc6c72f29459154e3e171d52e440bfae66052a75 (diff)
downloadnnn-965fc2c876edbd1fe2d05ee4209c4813c273e446.tar.gz
Just show the last level
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 0d0df46..3242470 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) {