DECCOLM (DEC COLumn Mode) incorrectly sets the number of lines to 24. DEC terminals and all the various xterm descendants don't do this -- but more importantly I think, there is already a way to set the number of lines if so desired, but no other way to set the number of columns alone, since DECSCPP isn't implemented.
The change is trivial: diff -r1.451 command.C 3700c3700 < set_widthheight ((state ? 132 : 80) * fwidth, 24 * fheight); --- > set_widthheight ((state ? 132 : 80) * fwidth, height); -- Kevin Schoedel <[email protected]> VA3TCS _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
