浏览代码

Add '*' suffix to executables

master
sin 11 年前
父节点
当前提交
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 */


正在加载...
取消
保存