This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: TERM= "?" help


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]