diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-03-04 17:20:39 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-03-04 17:20:39 +0100 |
commit | 2e360ba0b308b233f94f3a4bb12e25d3d447aa07 (patch) | |
tree | 37a18be07394d63cd3113eceefddb34e3cbb0a6d /src/settings.c | |
parent | a17b0d5474bfd560ba5fea383b39cfeb1918dd72 (diff) | |
download | pianobar-windows-2e360ba0b308b233f94f3a4bb12e25d3d447aa07.tar.gz pianobar-windows-2e360ba0b308b233f94f3a4bb12e25d3d447aa07.tar.bz2 pianobar-windows-2e360ba0b308b233f94f3a4bb12e25d3d447aa07.zip |
Ui improvements
printf wrapper introduced, hopefully cleaned up ui
Diffstat (limited to 'src/settings.c')
-rw-r--r-- | src/settings.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c index cd82b7c..a0dabb5 100644 --- a/src/settings.c +++ b/src/settings.c @@ -147,7 +147,7 @@ void BarSettingsRead (BarSettings_t *settings) { {'g', BarUiActStationFromGenre, "add genre station", "act_stationaddbygenre", NULL}, {'i', BarUiActSongInfo, - "print verbose information about current song", + "print information about current song/station", "act_songinfo", NULL}, {'j', BarUiActAddSharedStation, "add shared station", "act_addshared", NULL}, @@ -166,6 +166,8 @@ void BarSettingsRead (BarSettings_t *settings) { NULL}, {'x', BarUiActSelectQuickMix, "select quickmix stations", "act_stationselectquickmix", NULL}, + {'$', BarUiActDebug, NULL, + "act_debug", NULL}, }; /* apply defaults */ |