Dumb terminal screenlength problem

Arthur David Olson elsie!ado at ncifcrf.gov
Sat Jan 7 11:38:57 AEST 1989


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+"$@"}



More information about the Comp.sys.sun mailing list