mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Use uniform separator
This commit is contained in:
parent
52b413adae
commit
b0c0cc72c4
1 changed files with 1 additions and 1 deletions
|
@ -3370,7 +3370,7 @@ static void redraw(char *path)
|
|||
base = unescape(pent->name, NAME_MAX, NULL);
|
||||
|
||||
/* Timestamp */
|
||||
strftime(buf, 18, "%Y/%b/%d %R", localtime(&pent->t));
|
||||
strftime(buf, 18, "%Y-%b-%d %R", localtime(&pent->t));
|
||||
|
||||
mvprintw(lastln, 0, "%d/%d (%d) %s%s%s %s %s %s [%s]",
|
||||
cur + 1, ndents, nselected, selmode, sort, buf,
|
||||
|
|
Loading…
Add table
Reference in a new issue