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.390 by ayin, Tue Jan 8 16:25:42 2008 UTC vs.
Revision 1.392 by root, Sat Jan 12 22:13:46 2008 UTC

1079{ 1079{
1080 if (scr_refresh_rend (RS_Blink, RS_Blink)) 1080 if (scr_refresh_rend (RS_Blink, RS_Blink))
1081 { 1081 {
1082 hidden_text = !hidden_text; 1082 hidden_text = !hidden_text;
1083 want_refresh = 1; 1083 want_refresh = 1;
1084 refresh_check (); 1084 refresh_check ();
1085 } 1085 }
1086 else 1086 else
1087 w.stop (); 1087 w.stop ();
1088} 1088}
1089#endif 1089#endif
3670 */ 3670 */
3671 PrivMode (1, PrivMode_vt52); 3671 PrivMode (1, PrivMode_vt52);
3672 break; 3672 break;
3673 case 3: /* 80/132 */ 3673 case 3: /* 80/132 */
3674 if (priv_modes & PrivMode_132OK) 3674 if (priv_modes & PrivMode_132OK)
3675 {
3676 scr_poweron ();
3675 set_widthheight (((state ? 132 : 80) * fwidth), height); 3677 set_widthheight (((state ? 132 : 80) * fwidth), 24 * fheight);
3678 }
3676 break; 3679 break;
3677 case 4: /* smooth scrolling */ 3680 case 4: /* smooth scrolling */
3678 set_option (Opt_jumpScroll, !state); 3681 set_option (Opt_jumpScroll, !state);
3679 break; 3682 break;
3680 case 5: /* reverse video */ 3683 case 5: /* reverse video */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines