aboutsummaryrefslogtreecommitdiffstats
path: root/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/screen.h b/screen.h
index 78ca39c48..82033d875 100644
--- a/screen.h
+++ b/screen.h
@@ -22,6 +22,9 @@
#define SCREEN_MIN_COLS 14
#define SCREEN_MIN_ROWS 5
+/* timeout for non blocking read [ms] */
+#define SCREEN_TIMEOUT 100
+
#define IS_PLAYING(s) (s==MPD_STATUS_STATE_PLAY)
#define IS_PAUSED(s) (s==MPD_STATUS_STATE_PAUSE)