how to set number of lines
Bo Thide'
irf at kuling.UUCP
Sun Jul 2 18:25:57 AEST 1989
In article <216000017 at s.cs.uiuc.edu> carroll at s.cs.uiuc.edu writes:
>
>In article <163 at jma.UUCP> max at jma.UUCP(Max Heffler @ Landmark Graphics) writes:
>>xs set noglob; eval `resize`
>What do you do for rlogins to systems without any X-windows support on them?
The "eval `resize`" works in any environment, not just for X. For logins
on a GraphOn-250 with 25 screen lines I have added "export LINES=25" in my
profile (I use ksh). This command can, of course, be executed at any time for
any value of LINES. The same goes for COLUMNS.
The above works for HP-UX and probably for Sys V. I am not sure whether
BSD supports LINES and COLUMNS.
More information about the Comp.unix.questions
mailing list