summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-12-25 12:47:04 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-12-25 12:47:04 +0100
commit20791e4d95ab30d40da0a51dac3c7a35a89103d8 (patch)
tree338fb50ab53afb0f2601f4e86017d3e995490485 /remote.h
parentf6283b8e91f5b5bc20bc0ab4ea4c22e4810c17e5 (diff)
downloadvdr-20791e4d95ab30d40da0a51dac3c7a35a89103d8.tar.gz
vdr-20791e4d95ab30d40da0a51dac3c7a35a89103d8.tar.bz2
Added handling UTF-8 'umlaut' characters to cKbdRemote
Diffstat (limited to 'remote.h')
-rw-r--r--remote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote.h b/remote.h
index 7c081d47..415f2e77 100644
--- a/remote.h
+++ b/remote.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: remote.h 2.1 2013/02/02 12:44:33 kls Exp $
+ * $Id: remote.h 3.1 2013/12/25 12:32:44 kls Exp $
*/
#ifndef __REMOTE_H
@@ -106,6 +106,7 @@ class cKbdRemote : public cRemote, private cThread {
private:
static bool kbdAvailable;
static bool rawMode;
+ bool systemIsUtf8;
struct termios savedTm;
virtual void Action(void);
int ReadKey(void);