diff --git a/noice.c b/noice.c index 12c8ae90..9088c83a 100644 --- a/noice.c +++ b/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 */