mirror of
https://github.com/jarun/nnn.git
synced 2025-03-01 20:39:20 +00:00
ind to char
This commit is contained in:
parent
f1f147c928
commit
ada4695bb6
1 changed files with 1 additions and 1 deletions
|
@ -3747,7 +3747,7 @@ static void print_details(const struct entry *ent)
|
||||||
char *size = coolsize(cfg.blkorder ? ent->blocks << blk_shift : ent->size);
|
char *size = coolsize(cfg.blkorder ? ent->blocks << blk_shift : ent->size);
|
||||||
printw("%*c%s", 9 - (uint_t)xstrlen(size), ' ', size);
|
printw("%*c%s", 9 - (uint_t)xstrlen(size), ' ', size);
|
||||||
} else
|
} 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)
|
static void printent_long(const struct entry *ent, uint_t namecols, bool sel)
|
||||||
|
|
Loading…
Add table
Reference in a new issue