On 05/02/2015 11:00, Pierre Ton-That wrote:
Suggestion to myself: look into fselect() function, to see if something
has changed in the CVS.
Indeed, we changed Fselect() around 01/10/2014 to make the old
MiNTLib select() more compatible (this fixes the slow keyboard in old
vim binaries).
Especially, the behaviour of the following has changed:
Fselect(1,...)
Previously, 1 meant very small timeout.
Now it means: return immediately (no delay, never block)
(while 0 still means infinite timeout)
If you use Fselect(1,...), please use Fselect(2,...) instead.
This fixed MyAES.