| <code>|</code> | Fifo |
| `=` | Socket |
| `@` | Symbolic Link |
-| `@/` | Symbolic Link to directory |
| `b` | Block Device |
| `c` | Character Device |
| `?` | Unknown |
printw("%c%-16.16s %s / %s/\n", cp, timebuf, permbuf, pname);
break;
case S_IFLNK:
- if (ent->flags & DIR_OR_LINK_TO_DIR)
- printw("%c%-16.16s %s @/ %s@\n", cp, timebuf, permbuf, pname);
- else
- printw("%c%-16.16s %s @ %s@\n", cp, timebuf, permbuf, pname);
+ printw("%c%-16.16s %s @ %s@\n", cp, timebuf, permbuf, pname);
break;
case S_IFSOCK:
ind1 = ind2[0] = '='; // fallthrough