mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Extra space for size column
This commit is contained in:
parent
993ea99b76
commit
c9f9ca32dd
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue