X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 10 Jun 2009 19:00:59 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49 Message-ID: <20090610170059.GB9164@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4A2FDA59 DOT 9040502 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A2FDA59.9040502@gmail.com> User-Agent: Mutt/1.5.19 (2009-02-20) 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 On Jun 10 17:07, Dave Korn wrote: > Corinna Vinschen wrote: > > > What's new in contrast to 1.7.0-48 > > =================================== > > > > - When running Cygwin applications in the Windows console window, the > > Backspace key now returns ASCII DEL (^?, \177) instead of ASCII BS > > (^H, \008). The Control-Backspace key now returns ESC-DEL (^[^?, > > \033\177) or \377, dependent on the meta mode set by the setmetamode > > utility, rather than DEL. Control-Space now returns ASCII NUL. > > These changes should running emacs in a console window support better > > and improve compatibility with the Linux Console and xterm. > > This has some unexpected results for me. Starting up a shell (DOS console, > notty) everything behaves as before. After running "stty sane", the backspace > key now starts printing ^? symbols instead of backspacing. Did I miss an That's interesting. It only occurs when running bash as shell. Tcsh just does business as usual after `stty sane'. If you call `stty -a' after calling `stty sane', you see what happened: $ stty -a speed 38400 baud; rows 25; columns 80; line = 0; intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = ; [...] stty has set erase to ^H. Is that perhaps because terminfo still specifies ^H as erase for the "cygwin" terminal type? > > - Q: How do I know that I'm running Cygwin 1.7.0-49? > > > > A: The `uname -v' command prints "2009-06-08 22:13" > > Would "cygcheck -c cygwin" also be worth a mention? And what would that tell us? Cygwin Package Information Package Version Status cygwin 1.7.0-49 OK Hmm... 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/