瀏覽代碼

Add '*' suffix to executables

master
sin 10 年之前
父節點
當前提交
56252bdf98
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      noice.c

+ 3
- 0
noice.c 查看文件

@@ -349,6 +349,9 @@ printent(struct entry *ent, int active)
} else if (S_ISLNK(ent->mode)) {
cm = '@';
maxlen--;
} else if (ent->mode & S_IXUSR) {
cm = '*';
maxlen--;
}

/* No text wrapping in entries */


Loading…
取消
儲存