tools.cal: minor formatting.

char-rename
John Benediktsson 2017-01-03 19:12:43 -08:00
parent 3974ba8ba3
commit bb275f2b2a
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ IN: tools.cal
42 " " pad-tail ;
: month-header ( timestamp -- str )
"%B %Y" strftime
20 CHAR: \s pad-center ;
"%B %Y" strftime 20 CHAR: \s pad-center ;
: year-header ( timestamp -- str )
"%Y" strftime 64 CHAR: \s pad-center ;