Align modification time right

To reflect GNU ls.
This commit is contained in:
Přemysl Eric Janouch 2018-10-25 14:55:45 +02:00
parent 3e40137f7a
commit 1ba2709fda
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ fun inline visible_lines () -> int { return max (0, LINES - 2); }
fun update () {
int start_column = g.full_view ? 0 : entry::FILENAME;
static int alignment[entry::COLUMNS] = { -1, -1, -1, 1, -1, -1 };
static int alignment[entry::COLUMNS] = { -1, -1, -1, 1, 1, -1 };
erase ();
int available = visible_lines ();