diff src/event-Xt.c @ 124:9b50b4588a93 r20-1b15

Import from CVS: tag r20-1b15
author cvs
date Mon, 13 Aug 2007 09:26:39 +0200
parents cca96a509cfe
children b980b6286996
line wrap: on
line diff
--- a/src/event-Xt.c	Mon Aug 13 09:26:04 2007 +0200
+++ b/src/event-Xt.c	Mon Aug 13 09:26:39 2007 +0200
@@ -755,7 +755,8 @@
 	 force anyone to remember them.
 	 The case of the other character sets is significant, however.
 	 */
-      if ((((unsigned int) keysym) & (~0xFF)) == ((unsigned int) 0xFF00))
+      if ((((unsigned int) keysym) & (~0xFF)) == ((unsigned int) 0xFF00) ||
+	  (((unsigned int) keysym) & (~0xFF)) == ((unsigned int) 0xFE00))
 	{
 	  char buf [255];
 	  char *s1, *s2;