mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Reduced timeout for keyboard remote control
This commit is contained in:
parent
71dc3c2b62
commit
92d3e366ba
4
dvbapi.c
4
dvbapi.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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"
|
#include "dvbapi.h"
|
||||||
@ -1104,7 +1104,7 @@ cDvbApi::cDvbApi(const char *FileName)
|
|||||||
nonl();
|
nonl();
|
||||||
cbreak();
|
cbreak();
|
||||||
noecho();
|
noecho();
|
||||||
timeout(1000);
|
timeout(10);
|
||||||
#endif
|
#endif
|
||||||
#if defined(DEBUG_OSD)
|
#if defined(DEBUG_OSD)
|
||||||
memset(&colorPairs, 0, sizeof(colorPairs));
|
memset(&colorPairs, 0, sizeof(colorPairs));
|
||||||
|
Loading…
Reference in New Issue
Block a user