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.349 by ayin, Sun Aug 26 18:16:52 2007 UTC vs.
Revision 1.350 by ayin, Sat Sep 8 20:48:31 2007 UTC

563 else 563 else
564 strcpy (kbuf, key_backspace); 564 strcpy (kbuf, key_backspace);
565 break; 565 break;
566#endif 566#endif
567#ifndef NO_DELETE_KEY 567#ifndef NO_DELETE_KEY
568# ifdef XK_KP_Prior 568# ifdef XK_KP_Delete
569 case XK_KP_Delete: 569 case XK_KP_Delete:
570 /* allow shift to override */ 570 /* allow shift to override */
571 if ((priv_modes & PrivMode_aplKP) ? !shft : shft) 571 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
572 { 572 {
573 strcpy (kbuf, "\033On"); 573 strcpy (kbuf, "\033On");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines