ev_run_list() now returns number of events which remain in the list.
for processing in next event cycle. This can be used to prevent background actions (hint: user commands) from hogging the CPU for too long time.