Re: Terminal input processing fix (update)

2002-03-05 Thread Corinna Vinschen
On Mon, Mar 04, 2002 at 07:13:11PM +0100, Christian LESTRADE wrote: > Here a new version of my input processing patch. Applied. I've just changed your ChangeLog entry slightly. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer

Terminal input processing fix (update)

2002-03-04 Thread Christian LESTRADE
Here a new version of my input processing patch. -- winsup/cygwin/ChangeLog -- 2002-03-04 Christian Lestrade <[EMAIL PROTECTED]> * include/sys/termios.h: define _POSIX_VDISABLE define CCEQ macro * fhandler_termios.cc: include (line_edit): Reco

Re: Terminal input processing fix

2002-03-01 Thread Corinna Vinschen
On Thu, Feb 28, 2002 at 09:24:40PM +0100, Christian LESTRADE wrote: > At 18:14 25/02/02 +0100, you wrote: > >So we could go ahead and apply your patch but... actually I would like > >to ask you to change it. The reason is that the _POSIX_VDISABLE > >constant is typically defined in some header fi

Re: Terminal input processing fix

2002-02-28 Thread Christian LESTRADE
At 18:14 25/02/02 +0100, you wrote: >So we could go ahead and apply your patch but... actually I would like >to ask you to change it. The reason is that the _POSIX_VDISABLE >constant is typically defined in some header file in /usr/include. As >is the functionality of CC_EQUAL which is called CC

Re: Terminal input processing fix

2002-02-25 Thread Corinna Vinschen
On Fri, Jan 18, 2002 at 10:59:10PM +0100, Christian LESTRADE wrote: > Hello, > > I would like to submit the following bugfix for theses bugs which appear > mainly when using rxvt: > > * Unable to effectively disable c_cc[] input chars processing (like ^C) > using > $ stty intr '^-' > When I

Re: Terminal input processing fix

2002-01-18 Thread Corinna Vinschen
On Fri, Jan 18, 2002 at 10:59:10PM +0100, Christian LESTRADE wrote: > Hello, > > I would like to submit the following bugfix for theses bugs which appear > mainly when using rxvt: > > * Unable to effectively disable c_cc[] input chars processing (like ^C) > using > $ stty intr '^-' > When I

Terminal input processing fix

2002-01-18 Thread Christian LESTRADE
Hello, I would like to submit the following bugfix for theses bugs which appear mainly when using rxvt: * Unable to effectively disable c_cc[] input chars processing (like ^C) using $ stty intr '^-' When I type CTRL-SPACE, I enter a NULL char which is interpreted like ^C * In raw mode (st