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.425 by root, Wed Nov 5 12:28:15 2008 UTC vs.
Revision 1.427 by root, Wed Nov 5 15:44:04 2008 UTC

3400 break; 3400 break;
3401 case URxvt_Color_IT: 3401 case URxvt_Color_IT:
3402 process_color_seq (op, Color_IT, str, resp); 3402 process_color_seq (op, Color_IT, str, resp);
3403 break; 3403 break;
3404#endif 3404#endif
3405 case URxvt_Color_border:
3406 process_color_seq (op, Color_border, str, resp);
3407 break;
3405#if ENABLE_TRANSPARENCY 3408#if ENABLE_TRANSPARENCY
3406 case URxvt_Color_tint: 3409 case URxvt_Color_tint:
3407 process_color_seq (op, Color_tint, str, resp); 3410 process_color_seq (op, Color_tint, str, resp);
3408 { 3411 {
3409 bool changed = false; 3412 bool changed = false;
3593 { 5, PrivMode_rVideo }, // DECSCNM 3596 { 5, PrivMode_rVideo }, // DECSCNM
3594 { 6, PrivMode_relOrigin }, // DECOM 3597 { 6, PrivMode_relOrigin }, // DECOM
3595 { 7, PrivMode_Autowrap }, // DECAWM 3598 { 7, PrivMode_Autowrap }, // DECAWM
3596 // 8, auto-repeat keys // DECARM 3599 // 8, auto-repeat keys // DECARM
3597 { 9, PrivMode_MouseX10 }, 3600 { 9, PrivMode_MouseX10 },
3598 // 18, 19 printing-related 3601 // 18 end FF to printer after print screen
3602 // 19 Print screen prints full screen/scorll region
3599 { 25, PrivMode_VisibleCursor }, // cnorm/cvvis/civis 3603 { 25, PrivMode_VisibleCursor }, // cnorm/cvvis/civis
3600#ifdef scrollBar_esc 3604#ifdef scrollBar_esc
3601 { scrollBar_esc, PrivMode_scrollBar }, 3605 { scrollBar_esc, PrivMode_scrollBar },
3602#endif 3606#endif
3603 { 35, PrivMode_ShiftKeys }, // rxvt extension 3607 { 35, PrivMode_ShiftKeys }, // rxvt extension

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines