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.445 by sf-exg, Fri Apr 2 13:52:30 2010 UTC vs.
Revision 1.446 by root, Fri Apr 2 19:27:38 2010 UTC

649 bool kp = priv_modes & PrivMode_aplKP ? !shft : shft; 649 bool kp = priv_modes & PrivMode_aplKP ? !shft : shft;
650 unsigned int newlen = 1; 650 unsigned int newlen = 1;
651 651
652 if (ev.state & ModNumLockMask) 652 if (ev.state & ModNumLockMask)
653 kp = false; 653 kp = false;
654
654 switch (translate_keypad (keysym, kp)) 655 keysym = translate_keypad (keysym, kp);
656
657 switch (keysym)
655 { 658 {
656#ifndef NO_BACKSPACE_KEY 659#ifndef NO_BACKSPACE_KEY
657 case XK_BackSpace: 660 case XK_BackSpace:
658 if (priv_modes & PrivMode_HaveBackSpace) 661 if (priv_modes & PrivMode_HaveBackSpace)
659 { 662 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines