X-Recipient: archive-cygwin AT delorie DOT 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: <4A2FDA59 DOT 9040502 AT gmail DOT com> <416096c60906100931t894945as8b353b0e88df564 AT mail DOT gmail DOT 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 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/