--- rxvt-unicode/src/command.C 2008/01/08 16:25:42 1.390 +++ rxvt-unicode/src/command.C 2008/01/09 01:14:29 1.391 @@ -3672,7 +3672,10 @@ break; case 3: /* 80/132 */ if (priv_modes & PrivMode_132OK) - set_widthheight (((state ? 132 : 80) * fwidth), height); + { + scr_poweron (); + set_widthheight (((state ? 132 : 80) * fwidth), 24 * fheight); + } break; case 4: /* smooth scrolling */ set_option (Opt_jumpScroll, !state);