summaryrefslogtreecommitdiff
path: root/menuitems.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-21 12:27:14 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-21 12:27:14 +0100
commitb2989899c0ff02845e5867c14fc2d07b7b85a10c (patch)
treee81a8aa5a032b5514a6377dec5e68cbd4327287a /menuitems.h
parentd1668d768cbf71326235014d465d4352a78814b2 (diff)
downloadvdr-b2989899c0ff02845e5867c14fc2d07b7b85a10c.tar.gz
vdr-b2989899c0ff02845e5867c14fc2d07b7b85a10c.tar.bz2
When entering text via the numeric keys, the cursor now automatically advances
Diffstat (limited to 'menuitems.h')
-rw-r--r--menuitems.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/menuitems.h b/menuitems.h
index bfaf4362..ec8e08f1 100644
--- a/menuitems.h
+++ b/menuitems.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menuitems.h 1.15 2006/01/06 15:16:25 kls Exp $
+ * $Id: menuitems.h 1.16 2006/01/21 10:45:55 kls Exp $
*/
#ifndef __MENUITEMS_H
@@ -85,7 +85,9 @@ private:
const char *charMap;
const char *currentChar;
eKeys lastKey;
+ cTimeMs autoAdvanceTimeout;
void SetHelpKeys(void);
+ void AdvancePos(void);
virtual void Set(void);
char Inc(char c, bool Up);
protected: