Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 1997 03:11:24 -0500
From:      Zach Heilig <zach@gaffaneys.com>
To:        Brian Somers <brian@awfulhak.org>
Cc:        questions@freebsd.org
Subject:   Re: set term = vt100
Message-ID:  <19970827031124.40394@gaffaneys.com>
In-Reply-To: <199708261928.UAA01678@awfulhak.org>; from Brian Somers <brian@awfulhak.org> on Tue, Aug 26, 1997 at 08:28:26PM %2B0100
References:  <19970826091354.30406@gaffaneys.com> <199708261928.UAA01678@awfulhak.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 26, 1997 at 08:28:26PM +0100, Brian Somers wrote:
> What's wrong with just changing /etc/ttys so that it says vt100 
> rather than dialup ?

The vt100 may be the most common terminal type in use, but I still see Z-19's
and various WYSE terminals around.  You also have to remember that the SCO
console emulation that FreeBSD uses cannot be considered vt100 compatible.
You would make the people who use these terminal types to dial into your
system a bit irritated if you forced a vt100 emulation on them.

Besides, the 'tset' in the shell startup file will work no matter what is in
the 3rd field in the /etc/ttys line contains.  You just need to set each
user up with:

eval `tset -s -r -m network:$TERM -m cons25:cons25 -m :?vt100`

on a out of the box FreeBSD system...  That will take care of most peoples
"terminal" needs. :-)

-- 
Zach Heilig (zach@gaffaneys.com)



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