New remote control key 'Power'

This commit is contained in:
Klaus Schmidinger
2001-09-01 11:44:08 +02:00
parent 63105a7842
commit dce6bb864b
9 changed files with 89 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: interface.c 1.42 2001/09/01 07:30:37 kls Exp $
* $Id: interface.c 1.43 2001/09/01 10:33:03 kls Exp $
*/
#include "interface.h"
@@ -356,7 +356,7 @@ void cInterface::QueryKeys(void)
WriteText(1, 5, tr("Press any key on the RC unit"));
Flush();
#ifndef REMOTE_KBD
unsigned char Code = 0;
unsigned char Code = '0';
unsigned short Address;
#endif
for (;;) {