aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/noice.c b/noice.c
index 12c8ae9..9088c83 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 */