diff options
| author | 2017-04-04 00:37:44 +0530 | |
|---|---|---|
| committer | 2017-04-04 00:37:44 +0530 | |
| commit | 10a18bf07ee18691e5f6ab716f6278a22885c276 (patch) | |
| tree | 764ff72039da6203642b6918160e3750e60f378d | |
| parent | 754ea4d3efbe54ef5649536fcef1600d2f090233 (diff) | |
| download | nnn-10a18bf07ee18691e5f6ab716f6278a22885c276.tar.gz | |
ASCII Art to indicate nnn launched program
| -rw-r--r-- | nnn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -281,6 +281,7 @@ spawn(char *file, char *arg, char *dir) if (pid == 0) { if (dir != NULL) status = chdir(dir); + fprintf(stdout, "\n +-++-++-+\n | n n n |\n +-++-++-+\n\n"); execlp(file, file, arg, NULL); _exit(1); } else { |