Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!apple!rutgers!att!cbnewsm!marz From: marz@cbnewsm.att.com (martin.zam) Newsgroups: comp.unix.questions Subject: Re: personal terminfo database Keywords: terminfo termcap setenv Message-ID: <1990Jul27.215700.20876@cbnewsm.att.com> Date: 27 Jul 90 21:57:00 GMT References: <1230@umriscc.isc.umr.edu> Distribution: usa Organization: AT&T Bell Laboratories Lines: 9 Try setting the environment variable TERMINFO. You will need to export it as well. The TERMINFO variable should be set with the directory which you wish to specify in place or /usr/lib/terminfo. This means, that for a VT100 terminal, instead of looking in /usr/lib/terminfo/v/vt100, the terminfo file should be found in $TERMINFO/v/vt100. Notice that you must create the "v" directory under your ${TERMINFO} directory, and place the terminfo file in it. Martin Zam