lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Lynx-Editor problem


From: Nelson Henry Eric
Subject: Re: lynx-dev Lynx-Editor problem
Date: Wed, 12 Aug 1998 17:38:44 +0900 (JST)

> I've got both TERM and TERMINFO defined as vt100.

TERM could be defined as "vt100"; TERMINFO defines the
*location* of the databse, e.g., "/usr/local/share/terminfo".
In a .cshrc or .login file, a typical entry might be:
        setenv TERM vt100
        setenv TERMCAP /usr/lib/terminfo
"vi" will require both of these to start up properly.
Do a `find / -name terminfo -print` if you have no idea
where the terminfo descriptions are on your machine.

__Henry

reply via email to

[Prev in Thread] Current Thread [Next in Thread]