mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
ind to char
This commit is contained in:
parent
f1f147c928
commit
ada4695bb6
|
@ -3747,7 +3747,7 @@ static void print_details(const struct entry *ent)
|
|||
char *size = coolsize(cfg.blkorder ? ent->blocks << blk_shift : ent->size);
|
||||
printw("%*c%s", 9 - (uint_t)xstrlen(size), ' ', size);
|
||||
} else
|
||||
printw("%*c%s", 8, ' ', get_detail_ind(ent->mode));
|
||||
printw("%*c%c", 8, ' ', get_detail_ind(ent->mode));
|
||||
}
|
||||
|
||||
static void printent_long(const struct entry *ent, uint_t namecols, bool sel)
|
||||
|
|
Loading…
Reference in a new issue