Arrow keys when using ssh to connect remotely to solaris box

Brian Dessent brian@dessent.net
Sun Sep 18 20:54:00 GMT 2005


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/



More information about the Cygwin mailing list