Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <432DD29E.A5A6BBC7@dessent.net> Date: Sun, 18 Sep 2005 13:48:30 -0700 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Arrow keys when using ssh to connect remotely to solaris box References: <432DCC40 DOT 77E6262C AT dessent DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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/