summaryrefslogtreecommitdiff
path: root/dvbapi.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-10-14 08:56:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-10-14 08:56:08 +0200
commit92d3e366badb370e446156c0896103a578a24af0 (patch)
tree0f59481c50e3d8d13fd776e7883bb270ce5bcd40 /dvbapi.c
parent71dc3c2b62757c27276b6b0f904db7c0c12037a0 (diff)
downloadvdr-92d3e366badb370e446156c0896103a578a24af0.tar.gz
vdr-92d3e366badb370e446156c0896103a578a24af0.tar.bz2
Reduced timeout for keyboard remote control
Diffstat (limited to 'dvbapi.c')
-rw-r--r--dvbapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbapi.c b/dvbapi.c
index e5c692cb..62901ca8 100644
--- a/dvbapi.c
+++ b/dvbapi.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.c 1.31 2000/10/08 16:14:45 kls Exp $
+ * $Id: dvbapi.c 1.32 2000/10/14 08:56:08 kls Exp $
*/
#include "dvbapi.h"
@@ -1104,7 +1104,7 @@ cDvbApi::cDvbApi(const char *FileName)
nonl();
cbreak();
noecho();
- timeout(1000);
+ timeout(10);
#endif
#if defined(DEBUG_OSD)
memset(&colorPairs, 0, sizeof(colorPairs));