Przeglądaj źródła

Extra space for size column

master
Arun Prakash Jana 4 lat temu
rodzic
commit
c9f9ca32dd
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
      src/nnn.c

+ 1
- 1
src/nnn.c Wyświetl plik

@@ -3228,7 +3228,7 @@ static void printent_long(const struct entry *ent, uint namecols, bool sel)
++namecols;

size = coolsize(cfg.blkorder ? ent->blocks << blk_shift : ent->size);
len = 9 - (uint)strlen(size);
len = 10 - (uint)strlen(size);
while (--len)
addch(' ');
addstr(size);


Ładowanie…
Anuluj
Zapisz