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.369 by ayin, Mon Nov 26 11:20:15 2007 UTC vs.
Revision 1.370 by ayin, Fri Nov 30 10:57:04 2007 UTC

3582 { 66, PrivMode_aplKP }, 3582 { 66, PrivMode_aplKP },
3583#ifndef NO_BACKSPACE_KEY 3583#ifndef NO_BACKSPACE_KEY
3584 { 67, PrivMode_BackSpace }, 3584 { 67, PrivMode_BackSpace },
3585#endif 3585#endif
3586 { 1000, PrivMode_MouseX11 }, 3586 { 1000, PrivMode_MouseX11 },
3587 // 1001 Use Hilite Mouse Tracking. NYI, TODO
3588 { 1002, PrivMode_MouseBtnEvent }, 3587 { 1002, PrivMode_MouseBtnEvent },
3589 { 1003, PrivMode_MouseAnyEvent }, 3588 { 1003, PrivMode_MouseAnyEvent },
3590 { 1010, PrivMode_TtyOutputInh }, // rxvt extension 3589 { 1010, PrivMode_TtyOutputInh }, // rxvt extension
3591 { 1011, PrivMode_Keypress }, // rxvt extension 3590 { 1011, PrivMode_Keypress }, // rxvt extension
3592 // 1035 enable modifiers for alt, numlock NYI 3591 // 1035 enable modifiers for alt, numlock NYI
3693 /* case 67: - backspace key */ 3692 /* case 67: - backspace key */
3694 case 1000: /* X11 mouse reporting */ 3693 case 1000: /* X11 mouse reporting */
3695 if (state) /* orthogonal */ 3694 if (state) /* orthogonal */
3696 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent); 3695 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent);
3697 break; 3696 break;
3698#if 0
3699 case 1001:
3700 break; /* X11 mouse highlighting */
3701#endif
3702 case 1002: 3697 case 1002:
3703 case 1003: 3698 case 1003:
3704 if (state) 3699 if (state)
3705 { 3700 {
3706 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseX11); 3701 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseX11);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines