diff options
author | Kalle Wallin <kaw@linux.se> | 2005-06-15 13:04:22 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2005-06-15 13:04:22 +0000 |
commit | c94d06df7370bfe88f6a42f22142f05927c5c44b (patch) | |
tree | a1be838de371da566b4acb6b52e68b08fcb0dcef /src/ncmpc.h | |
parent | 7c9aa09019ac6ab2cdf847d785c2dc127a46ac94 (diff) | |
download | mpd-c94d06df7370bfe88f6a42f22142f05927c5c44b.tar.gz mpd-c94d06df7370bfe88f6a42f22142f05927c5c44b.tar.xz mpd-c94d06df7370bfe88f6a42f22142f05927c5c44b.zip |
New configuraton option: screen-list
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3358 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/ncmpc.h')
-rw-r--r-- | src/ncmpc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h index 194d7ac5c..4d3b840a5 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -45,6 +45,9 @@ void D(char *format, ...); /* welcome message time [s] */ #define SCREEN_WELCOME_TIME 10 +/* screen list */ +#define DEFAULT_SCREEN_LIST "playlist browse" + /* status message time [s] */ #define SCREEN_STATUS_MESSAGE_TIME 3 |