DECCOLM - 80/132 columns

schoedel at kw.igs.net schoedel at kw.igs.net
Mon Jul 19 17:36:53 CEST 2010


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 <schoedel at kw.igs.net> VA3TCS





More information about the rxvt-unicode mailing list