Redraw checks have to after handling input or pane redraw flags set by key

presses will not be acted on.
This commit is contained in:
Nicholas Marriott 2009-10-22 21:01:52 +00:00
parent 9c40a4edc5
commit 1f22a199fb

View File

@ -197,10 +197,10 @@ server_client_loop(void)
if (c == NULL || c->session == NULL)
continue;
server_client_handle_data(c);
server_client_check_timers(c);
server_client_check_redraw(c);
server_client_handle_data(c);
}
/*