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.220 by root, Sat Dec 31 18:19:06 2005 UTC vs.
Revision 1.222 by root, Sat Dec 31 19:35:56 2005 UTC

4052 case 1021: 4052 case 1021:
4053 if (mode) 4053 if (mode)
4054 SET_OPTION (Opt_intensityStyles); 4054 SET_OPTION (Opt_intensityStyles);
4055 else 4055 else
4056 CLR_OPTION (Opt_intensityStyles); 4056 CLR_OPTION (Opt_intensityStyles);
4057
4058 want_refresh = 1;
4059 want_full_refresh = 1;
4060 break;
4057#endif 4061#endif
4058 case 1048: /* alternative cursor save */ 4062 case 1048: /* alternative cursor save */
4059 case 1049: 4063 case 1049:
4060 if (OPTION (Opt_secondaryScreen)) 4064 if (OPTION (Opt_secondaryScreen))
4061 if (mode == 0) 4065 if (mode == 0)
4313 case 106: 4317 case 106:
4314 case 107: 4318 case 107:
4315 scr_color ((unsigned int) (minBrightCOLOR + (arg[i] - 100)), Color_bg); 4319 scr_color ((unsigned int) (minBrightCOLOR + (arg[i] - 100)), Color_bg);
4316 break; 4320 break;
4317#endif 4321#endif
4318
4319 } 4322 }
4320 } 4323 }
4321} 4324}
4322/*}}} */ 4325/*}}} */
4323 4326

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines