summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-04-22 13:51:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-04-22 13:51:48 +0200
commitc32864756051a976e87879cd5827f4d95b5d55d5 (patch)
treea33220d629f2a5108957f1f42547d4cdd0e70f6f /interface.h
parentec9cb35acb536540003caed72b56156b960458d5 (diff)
downloadvdr-c32864756051a976e87879cd5827f4d95b5d55d5.tar.gz
vdr-c32864756051a976e87879cd5827f4d95b5d55d5.tar.bz2
Implemented Channel Display
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/interface.h b/interface.h
index 1707c46e..76fdab8d 100644
--- a/interface.h
+++ b/interface.h
@@ -4,7 +4,7 @@
* See the main source file 'osm.c' for copyright information and
* how to reach the author.
*
- * $Id: interface.h 1.4 2000/04/22 09:55:52 kls Exp $
+ * $Id: interface.h 1.5 2000/04/22 13:07:16 kls Exp $
*/
#ifndef __INTERFACE_H
@@ -19,14 +19,15 @@ public:
private:
int open;
int cols[MaxCols];
+ eKeys keyFromWait;
unsigned int GetCh(void);
void QueryKeys(void);
void HelpButton(int Index, const char *Text, eDvbColor FgColor, eDvbColor BgColor);
- eKeys Wait(int Seconds = 1);
+ eKeys Wait(int Seconds = 1, bool KeepChar = false);
public:
cInterface(void);
void Init(void);
- void Open(void);
+ void Open(int NumCols = MenuColumns, int NumLines = MenuLines, int StartLine = 0);
void Close(void);
eKeys GetKey(void);
void Clear(void);