EV_paintWindows Function (ROM Call 0xCC)

events.h

void EV_paintWindows (void);

Repaints all windows.

If painting is enabled (see EV_suspendPainting), EV_paintWindows repeatedly calls EV_paintOneWindow until it returns FALSE (no more to paint). So, the effect will be "repainting" of all "dirty" windows.


Uses: EV_paintOneWindow
Used by: handleVarLinkKey, cmd_disptbl, cmd_input, cmd_inputstr, cmd_pause, cmd_prompt, Dialog, HomeExecute, TE_handleEvent, GraphActivate