Path: utzoo!utgpu!attcan!uunet!lll-winken!ames!mailrus!cornell!uw-beaver!rice!sun-spots-request From: elsie!ado@ncifcrf.gov (Arthur David Olson) Newsgroups: comp.sys.sun Subject: Re: Dumb terminal screenlength problem Message-ID: <8599@elsie.UUCP> Date: 7 Jan 89 01:38:57 GMT References: <8812190417.AA19463@rice.edu> Sender: usenet@rice.edu Organization: U of Maryland, Dept. of Computer Science,gs Lines: 13 Approved: Sun-Spots@rice.edu Original-Date: 30 Dec 88 23:53:55 GMT X-Sun-Spots-Digest: Volume 7, Issue 91, message 3 of 13 We've dropped the attached workaround into "/usr/local/bin/tset" here at elsie. --ado #! /bin/sh : This shell script just gets around the bug of tset : not redoing rows and cols if they are not zero and you, : for example, switch from 80-column mode to 132-column mode. stty rows 0 cols 0 >&2 exec /usr/ucb/tset ${1+"$@"}