formatting
This commit is contained in:
parent
e7cf5df029
commit
3fcb1aaa6c
@ -33,7 +33,8 @@ balwidth = 12
|
||||
@
|
||||
-}
|
||||
|
||||
showEntryDescription e = (showDate $ edate e) ++ " " ++ (showDescription $ edescription e) ++ " "
|
||||
showEntryDescription e =
|
||||
(showDate $ edate e) ++ " " ++ (showDescription $ edescription e) ++ " "
|
||||
showDate d = printf "%-10s" d
|
||||
showDescription s = printf "%-20s" (elideRight 20 s)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user