Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 1996 15:17:29 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        m-braithwaite@sjca.edu
Cc:        freebsd-bugs@freebsd.org
Subject:   Re: suggested patch to tab initialization in tset/set.c
Message-ID:  <199610031317.PAA26567@uriah.heep.sax.de>
In-Reply-To: <199610022039.QAA00734@continuity.sjca.edu> from Matt Braithwaite at "Oct 2, 96 04:39:01 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Matt Braithwaite wrote:

> 	lines.  immediately after all of that is printed, however, the
> 	cursor is moved *back up* to the 24th line of the display, and
> 	printing continues from there.  however, after login, stty
> 	returns the right window size, and no programs assume an 80x24
> 	window.  so the only real problem is corruption of the motd
> 	before the user gets a chance to read it.  the jumping of the
> 	cursor to the 24th line occurs with every invocation of tset
> 	that i tried.

I never realized what this tset mess might be good for at all.  It's
annoying at best, and does wrong things like in your case at worst.
It's usually the first thing i'm killing in my .login/.profile.

The TERM variable is already initialized well from within /etc/ttys,
or passed down from the telnet remote peer.  I would vote for killing
this beast from the default .login/.profile templates.

On the same matter, the default TERM type for serial lines should IMHO
be `vt100', since this is a way better one than the useless `unknown'.
There are a few terminals around that don't do vt100 emulation, but
sysadmins who are bothered by this will adjust the settings anyway.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610031317.PAA26567>