aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
diff options
context:
space:
mode:
Diffstat (limited to 'noice.c')
-rw-r--r--noice.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/noice.c b/noice.c
index 81df907..a9f08c4 100644
--- a/noice.c
+++ b/noice.c
@@ -409,6 +409,12 @@ printent(struct entry *ent, int active)
} else if (S_ISLNK(ent->mode)) {
cm = '@';
maxlen--;
+ } else if (S_ISSOCK(ent->mode)) {
+ cm = '=';
+ maxlen--;
+ } else if (S_ISFIFO(ent->mode)) {
+ cm = '|';
+ maxlen--;
} else if (ent->mode & S_IXUSR) {
cm = '*';
maxlen--;
Un proyecto texto-plano.xyz