Move event timeout to connection module

This commit is contained in:
James Booth
2016-07-24 14:08:30 +01:00
parent 8d8f2f290d
commit 0649aad80d
7 changed files with 14 additions and 14 deletions

View File

@@ -159,7 +159,7 @@ scripts_exec(const char *const script)
while ((read = getline(&line, &len, scriptfile)) != -1) {
ProfWin *win = wins_get_current();
cmd_process_input(win, line);
session_process_events(10);
session_process_events();
ui_update();
}