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.391 by root, Wed Jan 9 01:14:29 2008 UTC

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