Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
main.c: Added a sensible default for timefmt.
  • Loading branch information
Christian Koch committed Apr 8, 2011
1 parent 9b7f5a5 commit f3f4dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -546,7 +546,7 @@ init_defaults (void)
set_extents_of_fontset (defaults.font);
#endif

defaults.timefmt_string = xstrdup ("TEST TIMEFMT: %m/%d/%y");
defaults.timefmt_string = xstrdup ("%a %b %d %k:%M:%S %Y");

defaults.fgcolor_string = xstrdup ("black");
defaults.bgcolor_string = xstrdup ("white");
Expand Down

0 comments on commit f3f4dd2

Please sign in to comment.