瀏覽代碼

Use underline to show cur dir

master
Arun Prakash Jana 6 年之前
父節點
當前提交
2401d6dc70
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      nnn.c

+ 2
- 2
nnn.c 查看文件

@@ -2318,11 +2318,11 @@ redraw(char *path)
if (ncols > PATH_MAX)
ncols = PATH_MAX;

attron(A_REVERSE);
attron(A_UNDERLINE);
/* No text wrapping in cwd line */
g_buf[ncols - 1] = '\0';
printw("%s\n\n", g_buf);
attroff(A_REVERSE);
attroff(A_UNDERLINE);

/* Fallback to light mode if less than 35 columns */
if (ncols < 35 && cfg.showdetail) {


Loading…
取消
儲存