This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Cygwin 1.7.5-1: backspace does not work correctly...
- From: Andy Koppe <andy dot koppe at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Fri, 13 Aug 2010 12:26:36 +0100
- Subject: Re: Cygwin 1.7.5-1: backspace does not work correctly...
- References: <883114.68104.qm@web114605.mail.gq1.yahoo.com>
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