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: Cygwin 1.7.5-1: backspace does not work correctly...


On 13 August 2010 10:20, Nuzhna Pomoshch wrote:
> On Tue, 20 Apr 2010 00:12:29 +0100, Andy Koppe wrote:
>
>> From the cygwin-1.7.5 release announcement:
>>
>> - Support DEC Backarrow Key Mode escape sequences
>> (ESC [ ? 67 h, ESC [ ? 67 l) in Windows console.
>>
>> (The first one switches to ^H. You'll need to set stty
>> erase accordingly.)
>
> Can you please enlighten the uninformed (me) how to set
> this up in Cygwin?

echo -ne '\e[?67h'
stty erase ^H

Or use mintty, which has a setting for this in its options dialog.

Andy

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


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