From: pcg Date: Sat, 21 Feb 2004 21:15:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=bac152d1469e561b37773cebc8dc07cd53d95b60;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/command.C b/src/command.C index 106d35e1..540f9f20 100644 --- a/src/command.C +++ b/src/command.C @@ -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