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