瀏覽代碼

Set attrs in a go

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

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

@@ -3196,10 +3196,7 @@ static void print_time(const time_t *timep)
static void printent(const struct entry *ent, uint namecols, bool sel)
{
char ind = get_ind(ent->mode, FALSE);
int attrs = sel ? A_REVERSE : 0;

if (ind == '@' || (ent->flags & HARD_LINK))
attrs |= A_DIM;
int attrs = ((ind == '@' || (ent->flags & HARD_LINK)) ? A_DIM : 0) | (sel ? A_REVERSE : 0);

if (!ind)
++namecols;


Loading…
取消
儲存