aboutsummaryrefslogtreecommitdiffstats
path: root/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.h b/screen.h
index 82033d875..60b253883 100644
--- a/screen.h
+++ b/screen.h
@@ -23,7 +23,7 @@
#define SCREEN_MIN_ROWS 5
/* timeout for non blocking read [ms] */
-#define SCREEN_TIMEOUT 100
+#define SCREEN_TIMEOUT 250
#define IS_PLAYING(s) (s==MPD_STATUS_STATE_PLAY)
#define IS_PAUSED(s) (s==MPD_STATUS_STATE_PAUSE)