Subject: Re: default TERM type?
To: NetBSD/i386 Discussion List <port-i386@netbsd.org>
From: Greywolf <greywolf@starwolf.com>
List: port-i386
Date: 02/11/2002 13:32:16
The other solution is if you cannot teach the other system about
this "foo" terminal (due to, e.g., access rights), you can
save off a TERMCAP entry (obtainable via tset) into a file and
do

if [ $TERM = foo ]; then
    . $HOME/.termcap.foo
fi

or something similar.

The proper methods for getting tset to produce a sourceable TERMCAP=
line for your shell is left as an exercise for the reader. :)

				--*greywolf;
--
Instead of asking why a piece of software is using "1970s technology",
start asking why software is ignoring 30 years of accumulated wisdom.
					[wojtek@3miasto.com]