From 1ba2709fdae04e62442a045fb3892aa8710e9d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 25 Oct 2018 14:55:45 +0200 Subject: Align modification time right To reflect GNU ls. --- sdn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdn.cpp') diff --git a/sdn.cpp b/sdn.cpp index d68dd78..0acfceb 100644 --- a/sdn.cpp +++ b/sdn.cpp @@ -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 (); -- cgit v1.2.3