瀏覽代碼

Just show the last level

master
Arun Prakash Jana 6 年之前
父節點
當前提交
965fc2c876
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      src/nnn.c

+ 1
- 2
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) {


Loading…
取消
儲存