User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
On 08/02/15 12:27, Peter Persson wrote:
I'm
fine with reverting the change to Fselect(), but
there's no need for Fselect2() because the
MiNTlib's version of select() now calls Fpoll()
anyway.
Those with old vim binaries, should upgrade vim.
Thing is, aren't applications "asleep" whilst waiting for
multiple handles using Fselect(), while Poll() means you
need to poll all applicable filehandles manually with no
timeout? Or maybe I got it wrong.
poll() can behave exactly like select() with the right flags.