Re: wineconsole: Wait on events in curses backend using select insteadof poll

2008-12-04 Thread James McKenzie
Dmitry Timoshkov wrote: > "James McKenzie" <[EMAIL PROTECTED]> wrote: > >> Martin Storsjö wrote: >>> >>> poll can't handle terminal devices on Darwin, since Tiger. See the >>> following discussion: >>> http://lists.apple.com/archives/Darwin-dev/2006/Apr/msg00066.html >>> >> This will have to be set

Re: wineconsole: Wait on events in curses backend using select insteadof poll

2008-12-03 Thread Dmitry Timoshkov
"James McKenzie" <[EMAIL PROTECTED]> wrote: > Martin Storsjö wrote: >> >> poll can't handle terminal devices on Darwin, since Tiger. See the >> following discussion: >> http://lists.apple.com/archives/Darwin-dev/2006/Apr/msg00066.html >> > This will have to be setup so that it only works for Macs.