Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <399C4800.762CFAD1@veritas.com>
Date: Thu, 17 Aug 2000 13:16:00 -0700
From: Bob McGowan <rmcgowan@veritas.com>
Organization: VERITAS Software
X-Mailer: Mozilla 4.73 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Christopher Pinto <cpinto@3com-ne.com>
CC: cygwin@sourceware.cygnus.com
Subject: Re: TERM= "?" help
References: <000a01c0087e$7648d500$9f396897@ne.3com.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: 7bit

TERM=cygwin is correct.  But it also needs to be exported.

TERM=cygwin
export TERM

or

export TERM=cygwin

Either works in bash.  Also be sure the file is not DOS text mode
(contains <CR><NL> pairs).  If it does, then the actual value of TERM is
being set to cygwin<CR> which is not a valid terminal name.

If these doesn't fix the problem, then I have not a clue.

Christopher Pinto wrote:
> 
> No matter I set TERM to cygwin b20 will not work (vi, less, etc) on NT?
> What should it be set to?
> 
> Thanks,
> 
> Chris Pinto

-- 
Bob McGowan
Staff Software Quality Engineer
VERITAS Software
rmcgowan@veritas.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

