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.494 by sf-exg, Mon Aug 22 17:23:56 2011 UTC vs.
Revision 1.495 by sf-exg, Sun Aug 28 18:48:41 2011 UTC

3725 if (state) /* orthogonal */ 3725 if (state) /* orthogonal */
3726 priv_modes &= ~(PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent); 3726 priv_modes &= ~(PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent);
3727 break; 3727 break;
3728#ifdef scrollBar_esc 3728#ifdef scrollBar_esc
3729 case scrollBar_esc: 3729 case scrollBar_esc:
3730 if (scrollBar.map (state)) 3730 scrollBar.map (state);
3731 {
3732 resize_all_windows (0, 0, 0); 3731 resize_all_windows (0, 0, 0);
3733 scr_touch (true); 3732 scr_touch (true);
3734 }
3735 break; 3733 break;
3736#endif 3734#endif
3737 case 25: /* visible/invisible cursor */ 3735 case 25: /* visible/invisible cursor */
3738 scr_cursor_visible (state); 3736 scr_cursor_visible (state);
3739 break; 3737 break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines