X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <416096c60906100931t894945as8b353b0e88df564@mail.gmail.com>
References: <announce.20090608204726.GY25832@calimero.vinschen.de> 	 <4A2FDA59.9040502@gmail.com> 	 <416096c60906100931t894945as8b353b0e88df564@mail.gmail.com>
Date: Wed, 10 Jun 2009 17:45:25 +0100
Message-ID: <416096c60906100945l13326d59g7b8743628971d31a@mail.gmail.com>
Subject: Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Me scribbled:
>>> - When running Cygwin applications in the Windows console window, the
>>> =C2=A0 Backspace key now returns ASCII DEL (^?, \177) instead of ASCII =
BS
>>> =C2=A0 (^H, \008). =C2=A0The Control-Backspace key now returns ESC-DEL =
(^[^?,
>>> =C2=A0 \033\177) or \377, dependent on the meta mode set by the setmeta=
mode
>>> =C2=A0 utility, rather than DEL. =C2=A0Control-Space now returns ASCII =
NUL.
>>> =C2=A0 These changes should running emacs in a console window support b=
etter
>>> =C2=A0 and improve compatibility with the Linux Console and xterm.
>
> The rtermios default setting will need to change accordingly,
> either by changing the definition of CERASE in include/sys/termios.h:
>
> -#define CERASE CTRL('H')
> +#define CERASE CDEL

Sorry, just noticed that cgf did in fact make that change.

Might be that stty needs rebuilding then, since that uses CERASE.

Andy

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

