Browse Source

Add '*' suffix to executables

master
sin 10 years ago
parent
commit
56252bdf98
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      noice.c

+ 3
- 0
noice.c View File

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


/* No text wrapping in entries */ /* No text wrapping in entries */


Loading…
Cancel
Save