[25472] in Athena Bugs
Re: sun4 9.2.15: /etc/termcap
daemon@ATHENA.MIT.EDU (Nathan J. Williams)
Wed Jan 28 16:22:41 2004
To: Greg Hudson <ghudson@mit.edu>
From: nathanw@mit.edu (Nathan J. Williams)
Date: 28 Jan 2004 16:22:11 -0500
In-Reply-To: <1075320568.16682.232.camel@error-messages.mit.edu>
Message-ID: <mtuznc7ojjw.fsf@contents-vnder-pressvre.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
cc: bugs@mit.edu
cc: Jonathan Reed <jdreed@mit.edu>
Errors-To: bugs-bounces@mit.edu
<ghudson@mit.edu> (Greg Hudson) writes:
> To the best of my knowledge, it is not even a little bit easy for us to
> add terminal entries to the ones provided on Solaris, though I may be
> wrong about that.
The mechanics are just putting a compiled terminfo description into
the /usr/share/lib/terminfo/x/xterm-color directory; is adding files
to the vendor OS image an obstacle?
The compiled description can be obtained by using tic(1) on the
terminfo description, which can itself be obtained with infocmp(1) on
a machine with xterm-color support in terminfo, such as the athena
linux systems. Alternately, you can pull the "terminfo" file from the
xterm sources in the X (or more likely XF86) distribution.
- Nathan