Re: Tried out cygwin-inst-20100111.tar.bz2

2010-01-13 Thread Corinna Vinschen
On Jan 13 16:04, Eric Blake wrote: > Corinna Vinschen cygwin.com> writes: > > > > > IIU the SUSv4 description C, and given that a newly opened console is > > always setup with the default termios settings anyway, we could simply > > set O_TTY_INIT to 0 and be done with it: > > Yep, that's my un

Re: Tried out cygwin-inst-20100111.tar.bz2

2010-01-13 Thread Eric Blake
Eric Blake byu.net> writes: > In other words, tcsetattr should always be used on a struct termios obtained > from a read-modify-write manner, and never from a memset(0) manner, where the > use of O_TTY_INIT guarantees (trivially, if it is defined to 0) that any > extension fields in struct ter

Re: Tried out cygwin-inst-20100111.tar.bz2

2010-01-13 Thread Eric Blake
Corinna Vinschen cygwin.com> writes: > > IIU the SUSv4 description C, and given that a newly opened console is > always setup with the default termios settings anyway, we could simply > set O_TTY_INIT to 0 and be done with it: Yep, that's my understanding as well. This link is also informative

Re: Tried out cygwin-inst-20100111.tar.bz2

2010-01-13 Thread Andy Koppe
2010/1/13 Corinna Vinschen: > That only occurs in CYGWIN=tty mode.  The problem was that in tty mode a > piece of code reset all termios settings of the console to 0.  That was > no problem so far, but now that the VERASE key from the termios settings > is used to delete chars in the console, it hu

Re: Tried out cygwin-inst-20100111.tar.bz2

2010-01-13 Thread Corinna Vinschen
On Jan 13 06:30, Eric Blake wrote: > According to Corinna Vinschen on 1/13/2010 4:07 AM: > > That only occurs in CYGWIN=tty mode. The problem was that in tty mode a > > piece of code reset all termios settings of the console to 0. That was > > no problem so far, but now that the VERASE key from t

Re: Tried out cygwin-inst-20100111.tar.bz2

2010-01-13 Thread Eric Blake
According to Corinna Vinschen on 1/13/2010 4:07 AM: > That only occurs in CYGWIN=tty mode. The problem was that in tty mode a > piece of code reset all termios settings of the console to 0. That was > no problem so far, but now that the VERASE key from the termios settings > is used to delete cha

Re: Tried out cygwin-inst-20100111.tar.bz2

2010-01-13 Thread Corinna Vinschen
On Jan 12 12:46, Karl M wrote: > > > Date: Tue, 12 Jan 2010 17:48:34 +0100 > > From: corinna > > Subject: Re: Tried out cygwin-inst-20100111.tar.bz2 > > > > On Jan 11 22:39, Karl M wrote: > >> > >> > >> Hi All... > >> >

RE: Tried out cygwin-inst-20100111.tar.bz2

2010-01-12 Thread Karl M
> Date: Tue, 12 Jan 2010 17:48:34 +0100 > From: corinna > Subject: Re: Tried out cygwin-inst-20100111.tar.bz2 > > On Jan 11 22:39, Karl M wrote: >> >> >> Hi All... >> >> I just tried out the latest snapshot and had two problems on a Vista >> Bus

Re: Tried out cygwin-inst-20100111.tar.bz2

2010-01-12 Thread Corinna Vinschen
On Jan 11 22:39, Karl M wrote: > > > Hi All... > > I just tried out the latest snapshot and had two problems on a Vista Business > SP2 machine. > > The first problem was that in bash shell launched from the cygwin.bat file in > a console > window, the backspace did nothing. > > I also rec