*** empty log message ***
authorpcg <pcg>
Sat, 21 Feb 2004 21:15:03 +0000 (21:15 +0000)
committerpcg <pcg>
Sat, 21 Feb 2004 21:15:03 +0000 (21:15 +0000)
src/command.C

index 106d35e1e07473e8794c9f90dad5de14fd0ea713..540f9f20d497665cc3a59e0288e768bed0d4b919 100644 (file)
@@ -90,7 +90,7 @@ rxvt_term::lookup_key (XKeyEvent &ev)
       Status status_return;
 
 #ifdef X_HAVE_UTF8_STRING
-      if (enc_utf8 && 0)
+      if (enc_utf8 && 0) // currently disabled, doesn't seem to work, nor is useful
         len = Xutf8LookupString (Input_Context, &ev, (char *)kbuf,
                                  KBUFSZ, &keysym, &status_return);
       else