X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Wed, 10 Jun 2009 19:02:52 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49
Message-ID: <20090610170252.GC9164@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <announce.20090608204726.GY25832@calimero.vinschen.de> <4A2FDA59.9040502@gmail.com> <416096c60906100931t894945as8b353b0e88df564@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <416096c60906100931t894945as8b353b0e88df564@mail.gmail.com>
User-Agent: Mutt/1.5.19 (2009-02-20)
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

On Jun 10 17:31, Andy Koppe wrote:
> 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
> 
> Or by changing the initialisation in fhandler_termios.c:
> 
> -      tc->ti.c_cc[VERASE]      = CERASE;
> +      tc->ti.c_cc[VERASE]      = CDEL;

As you noticed, cgf changed that already.

> $ tput -T cygwin kbs | cat -v
> ^H
> 
> So this has to to change as well:
> 
> +++ terminfo.src        2009-05-30 07:50:44.893933600 +0100
> @@ -5221,7 +5221,7 @@
> -       kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
> +       kbs=^?, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
> 
> And then there are rxvt and xterm and their termcap and terminfo
> entries as well ...

That I don't understand.  What have xterm and rxvt terminals to
do with the "cygwin" terminal type represented by a Windows console?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

