Code

a1cd9f9fdb302125e8edb25f5ff6b758e4045ab3
[ncmpc.git] / src / ncmpc.h
1 #ifndef NCMPC_H
2 #define NCMPC_H
4 /* welcome message time [s] */
5 #define SCREEN_WELCOME_TIME 10
7 /* status message time [s] */
8 #define SCREEN_STATUS_MESSAGE_TIME 3
10 /* getch() timeout for non blocking read [ms] */
11 #define SCREEN_TIMEOUT 500
13 /* minumum window size */
14 #define SCREEN_MIN_COLS 14
15 #define SCREEN_MIN_ROWS  5
17 /* time between mpd updates [s] */
18 #define MPD_UPDATE_TIME 0.5
20 /* time before trying to reconnect [ms] */
21 #define MPD_RECONNECT_TIME  1500
23 #define LIST_FORMAT options.list_format
25 #define STATUS_FORMAT options.status_format
27 void
28 sigstop(void);
30 #endif /* NCMPC_H */