Re: Strange-Dangerous behaviour in Cygwin (and/or RXVT)

2005-05-14 Thread Eric Blake
> I have tried your code "stty erase ^H" in .bash_profile and as I thinked > it works for standard bash shell and xterm BUT NOT for RXVT in which, now, > BKSPACE is dead. In others words RXVT wants "stty erase ^?" as in > /etc/profile. The trick is to set `stty erase' to whatever your current shel

Re: Strange-Dangerous behaviour in Cygwin (and/or RXVT)

2005-05-14 Thread David Rothenberger
On 5/14/2005 6:13 AM, Angelo Graziosi wrote: I have tried your code "stty erase ^H" in .bash_profile and as I thinked it works for standard bash shell and xterm BUT NOT for RXVT in which, now, BKSPACE is dead. In others words RXVT wants "stty erase ^?" as in /etc/profile. WFM with rxvt and xterm, b

Re: Strange-Dangerous behaviour in Cygwin (and/or RXVT)

2005-05-14 Thread Angelo Graziosi
I have tried your code "stty erase ^H" in .bash_profile and as I thinked it works for standard bash shell and xterm BUT NOT for RXVT in which, now, BKSPACE is dead. In others words RXVT wants "stty erase ^?" as in /etc/profile. I have tried also the code (