Forum Topic - bash - problem with cursor keys on winXP host:
   
bash - problem with cursor keys on winXP host  
Hi,
I do not know what I've accidently changed,
but somehow I managed that within a bash on my win host the cursor keys do not work anymore.
I only get escape sequences shown, like: [A [B [C [D
Any hint?

TIA
/hp
Re: bash - problem with cursor keys on winXP host  
Try entering      stty sane    on the affected console.
AW: bash - problem with cursor keys on winXP host  
I forgot to mention that I'd tried that already - and remember I am running the bash on win host


>-----Ursprüngliche Nachricht-----
>Von: Warren Deitch [mailto:community-noreply@qnx.com] 
>Gesendet: Mittwoch, 22. April 2009 10:17
>An: general-toolchain
>Betreff: Re: bash - problem with cursor keys on winXP host
>
>Try entering      stty sane    on the affected console.
>
>_______________________________________________
>General
>http://community.qnx.com/sf/go/post27692
>
> 
 
*******************************************
Harman Becker Automotive Systems GmbH
Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael Mauser
Chairman of the Supervisory Board: Ansgar Rempp | Domicile: Karlsbad | 
Local Court Mannheim: Register No. 361395

 
*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat 
sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail
. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have 
received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************
Re: AW: bash - problem with cursor keys on winXP host  
solved!
oh man, I'd installed ruby on my machine - this has set an INPUTRC environment variable,
this was red by bash.exe
Thx to good old file system monitor.

/hp