瀏覽代碼

Skip printing and erasing

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

+ 4
- 2
src/nnn.c 查看文件

@@ -5111,9 +5111,11 @@ static void redraw(char *path)
addch((i + '1') | (COLOR_PAIR(i + 1) | A_BOLD
/* active: underline, current: reverse */
| ((cfg.curctx != i) ? A_UNDERLINE : A_REVERSE)));
addch(' ');

if (i != CTX_MAX - 1)
addch(' ');
}
addstr("\b] "); /* 10 chars printed for contexts - "[1 2 3 4] " */
addstr("] "); /* 10 chars printed for contexts - "[1 2 3 4] " */

attron(A_UNDERLINE);



||||||
x
 
000:0
Loading…
取消
儲存