Code

options: convert timedisplay_type into a bool variable
authorMax Kellermann <max@duempel.org>
Sun, 4 Oct 2009 16:59:00 +0000 (18:59 +0200)
committerMax Kellermann <max@duempel.org>
Sun, 4 Oct 2009 16:59:00 +0000 (18:59 +0200)
commita4389ab4cec21c4f767e5d1eaa6bfa8591ce7165
tree66df4e326a504f18e683f52a60cda26d64ea32cf
parent2a4b3d15cfc26aa3d4273308ed655c2888b58350
options: convert timedisplay_type into a bool variable

Save some CPU and memory by using bool instead of a string.  This
patch also removes the compile-time option
--with-default-timedisplay_type.
configure.ac
src/conf.c
src/options.c
src/options.h
src/status_bar.c