public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Cygwin 1.7.5-1: backspace does not work correctly...
@ 2010-08-13  9:21 Nuzhna Pomoshch
  2010-08-13 11:26 ` Andy Koppe
  0 siblings, 1 reply; 2+ messages in thread
From: Nuzhna Pomoshch @ 2010-08-13  9:21 UTC (permalink / raw)
  To: cygwin

On Tue, 20 Apr 2010 10:03:19 +0200, Corinna Vinschen wrote:

> Did you work in xterm or the Linux console lately?
> Try pressing Ctrl-V Backspace in both of them.
> You'll see ^?, not ^H.

I see ^H (because I have set it up so that when I press
the backspace key, I actually get a backspace, and not
a !@#$%^&* ASCII delete). This takes patching and
recompiling several packages, but hey, that is why I
use Gentoo.

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? Getting ^? whenever I press backspace
makes it quite unusable (to me) at present.

Nuzhna



--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Cygwin 1.7.5-1: backspace does not work correctly...
  2010-08-13  9:21 Cygwin 1.7.5-1: backspace does not work correctly Nuzhna Pomoshch
@ 2010-08-13 11:26 ` Andy Koppe
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Koppe @ 2010-08-13 11:26 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-13 11:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13  9:21 Cygwin 1.7.5-1: backspace does not work correctly Nuzhna Pomoshch
2010-08-13 11:26 ` Andy Koppe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).