Procházet zdrojové kódy

Add '*' suffix to executables

master
sin před 10 roky
rodič
revize
56252bdf98
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      noice.c

+ 3
- 0
noice.c Zobrazit soubor

@@ -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 */


Načítá se…
Zrušit
Uložit