ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.545 by sf-exg, Sat Apr 26 15:05:17 2014 UTC vs.
Revision 1.546 by sf-exg, Tue Apr 29 07:50:53 2014 UTC

415rxvt_term::key_press (XKeyEvent &ev) 415rxvt_term::key_press (XKeyEvent &ev)
416{ 416{
417 int ctrl, meta, shft, len; 417 int ctrl, meta, shft, len;
418 KeySym keysym; 418 KeySym keysym;
419 int valid_keysym; 419 int valid_keysym;
420 char rkbuf[KBUFSZ]; 420 char rkbuf[KBUFSZ + 1];
421 char *kbuf = rkbuf + 1; 421 char *kbuf = rkbuf + 1;
422 422
423#if ISO_14755 423#if ISO_14755
424 if (iso14755buf & ISO_14755_52) 424 if (iso14755buf & ISO_14755_52)
425 return; 425 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines