Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!umd5!cvl!elsie!ado From: ado@elsie.UUCP (Arthur David Olson) Newsgroups: comp.unix.wizards Subject: Re: Window size in 4.3BSD and tset Message-ID: <7478@elsie.UUCP> Date: Mon, 21-Sep-87 15:37:57 EDT Article-I.D.: elsie.7478 Posted: Mon Sep 21 15:37:57 1987 Date-Received: Wed, 23-Sep-87 01:43:26 EDT References: <813@saturn.ucsc.edu> <4280@spool.wisc.edu> <691@quacky.UUCP> Organization: NIH-LEC, Bethesda, MD Lines: 17 Keywords: windows 4.3 tset Summary: A workaround Until the real fix comes along, folks are invited to make the this script executable and put it in their personal bin directories, named "tset": #! /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 1>&2 exec /usr/ucb/tset ${1+"$@"} -- ado@vax2.nlm.nih.gov ADO, VAX, and NIH are trademarks of Ampex and DEC.