Explorar el Código

Add '*' suffix to executables

master
sin hace 10 años
padre
commit
56252bdf98
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      noice.c

+ 3
- 0
noice.c Ver fichero

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


Cargando…
Cancelar
Guardar