Path: utzoo!attcan!uunet!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.questions Subject: Re: How to set TERM for Televideo? Keywords: Televideo Message-ID: <12432@smoke.BRL.MIL> Date: 24 Mar 90 23:37:46 GMT References: <251@mavrick.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 15 In article <251@mavrick.UUCP> daisy@mavrick.UUCP (daisy basto) writes: >After I logged on and set TERM=tvi950, the system still cannot run any >screen-oriented programs such as vi. >I can see the termcap entry for the Televideo in /etc/termcap. Is there >something else that I need to do to make it understand the new TERM entry? Yes, you need to affect the environment so that subprocess such as the vi process you invoke will be able to get at the changed TERM variable. In the Bourne shell, this means that besides setting TERM=tvi950 you also need to invoke export TERM Also be aware that newer systems user the terminfo binary database instead of /etc/termcap, and it is possible that "tvi950" has no entry in the terminfo database.