Re: select() fails on multi-byte input in cygwin console (since 1.7.10)

2014-12-10 Thread Corinna Vinschen
On Dec 10 08:03, Thomas Wolff wrote: > Hi Corinna, > > Am 09.12.2014 um 12:19 schrieb Corinna Vinschen: > >Hi Thomas, > > > >On Dec 9 08:02, Thomas Wolff wrote: > >>Calling select() to check whether input from the terminal is available > >>fails for all but the first byte in the cygwin console if

Re: select() fails on multi-byte input in cygwin console (since 1.7.10)

2014-12-09 Thread Thomas Wolff
Hi Corinna, Am 09.12.2014 um 12:19 schrieb Corinna Vinschen: Hi Thomas, On Dec 9 08:02, Thomas Wolff wrote: Calling select() to check whether input from the terminal is available fails for all but the first byte in the cygwin console if multiple bytes are entered at once, like function or cur

Re: select() fails on multi-byte input in cygwin console (since 1.7.10)

2014-12-09 Thread Corinna Vinschen
Hi Thomas, On Dec 9 08:02, Thomas Wolff wrote: > Calling select() to check whether input from the terminal is available > fails for all but the first byte in the cygwin console if multiple bytes > are entered at once, like function or cursor keys or non-ASCII UTF-8 > characters. > Actually, the i

select() fails on multi-byte input in cygwin console (since 1.7.10)

2014-12-08 Thread Thomas Wolff
Calling select() to check whether input from the terminal is available fails for all but the first byte in the cygwin console if multiple bytes are entered at once, like function or cursor keys or non-ASCII UTF-8 characters. Actually, the issue is volatile, sometimes it works for characters and mos