Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!agate!argon.berkeley.edu!bchen From: bchen@argon.berkeley.edu (Benjamin Chen) Newsgroups: comp.windows.ms Subject: Re: WINQVT Message-ID: <1991Jun4.232548.2709@agate.berkeley.edu> Date: 4 Jun 91 23:25:48 GMT Article-I.D.: agate.1991Jun4.232548.2709 Sender: root@agate.berkeley.edu (Charlie Root) Reply-To: bchen@argon.berkeley.edu (Benjamin Chen) Organization: U.C. Berkeley -- ERL Lines: 30 >Also how do I set my Unix account so that it sends more >than 25 rows and 80 columns? I tried stty rows 30 or >stty columns 100 but it said unknown mode on both counts. >My system is an Encore Multimax running UMAXV 'rows' and 'cols' are valid modes in most BSD-like UNIX systems I've come across, i.e. Ultrix, SunOS, etc. To REALLY get > 25 rows, there usually is a program called 'resize' which sets a variable in your TERMCAP environment variable: (from man page on /etc/termcap) li num Number of lines on screen or page. This is a sample entry from termcap for vt100: d0|vt100|vt100-am|dec vt100:\ :cr=^M:do=^J:nl=^J:bl=^G:co#80:li#24:cl=50\E[;H\E[2J:\ ^^^^^ :le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\ ... (left out) 'resize' will automatically set li for you, providing the terminal supports the program.... I've gotten WinQVT to support > 25 lines with this program WinQVT definitely supports it. Hope this helps, BC -- -------------------------------------------------------------------------------- Benjamin Chen Electronics Research Laboratory 550-A4 Cory Hall, University of California (bchen@argon.Berkeley.EDU, ...!ucbvax!argon!bchen)