Code

added option to disable the status line clock display
authorPaul Collins <paul@burly.ondioline.org>
Thu, 1 Jan 2009 21:54:04 +0000 (22:54 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 1 Jan 2009 21:54:04 +0000 (22:54 +0100)
commit3f0e5e147f89f77061739781889571d24da8b7d8
tree521b51c9fcd9d4f8b44d716ef2584fa36287fe44
parente67ad30e9bea8ce099b4a6311cf2b20ce6d86263
added option to disable the status line clock display

I already have a clock, and I don't need ncmpc showing me another one.

This patch adds command line options and a config file item to allow the
user to flexibly enable or disable the clock.

[mk: patch from http://bugs.debian.org/510392; removed command line
options]
src/conf.c
src/options.c
src/options.h
src/screen.c