Przeglądaj źródła

Fix #64: change printf() to printw()

master
Arun Prakash Jana 6 lat temu
rodzic
commit
8307bc95bd
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Wyświetl plik

@@ -1278,7 +1278,7 @@ printent_long(struct entry *ent, int sel, uint namecols)
else if (S_ISLNK(ent->mode))
printw("%s%-16.16s @ %s@\n", CURSYM(sel), buf, pname);
else if (S_ISSOCK(ent->mode))
printf("%s%-16.16s = %s=\n", CURSYM(sel), buf, pname);
printw("%s%-16.16s = %s=\n", CURSYM(sel), buf, pname);
else if (S_ISFIFO(ent->mode))
printw("%s%-16.16s | %s|\n", CURSYM(sel), buf, pname);
else if (S_ISBLK(ent->mode))


Ładowanie…
Anuluj
Zapisz