ソースを参照

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 */


読み込み中…
キャンセル
保存