Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Andy Koppe
>> 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? Nothing, sorry. Erroneous copy & pasting from a previous post. Andy

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Corinna Vinschen
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: > > -

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Corinna Vinschen
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 > >

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Andy Koppe
Me scribbled: >>> - 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 set

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Andy Koppe
2009/6/10 Dave Korn: > 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 Con

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Dave Korn
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 return