This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: Arrow keys when using ssh to connect remotely to solaris box


Mikael wrote:

> astmatix <302> echo $TERM
> rxvt-cygwin-native
> Was the output...
> I also noticed this string when logging in:
> tcsh: using dumb terminal settings
> 
> So, given this information, any further hints?

Ah.  Try setting it to just "rxvt".  It's very likely that the Solaris
terminfo database has no idea what "rxvt-cygwin-native" is, but it
should know rxvt.  Or it could be that this application is using the
legacy termcap database instead of terminfo, and there's no termcap file
for rxvt-cygwin-native.

For convenience you can set this when you invoke rxvt with "-tn rxvt".

The reason it works in a subshell of emacs is that emacs is probably
setting TERM to something different, since it is providing the
pseudoterminal.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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