Even more sophisticated readline functionality

This commit is contained in:
2021-11-04 14:00:35 -04:00
parent deaf4e4873
commit e5a1f238ec
4 changed files with 17 additions and 22 deletions

View File

@@ -345,8 +345,8 @@ public:
handle_lua_source();
handle_new_closed_sockets();
handle_new_outgoing_sockets();
handle_console_input();
handle_console_output();
handle_console_input();
int mstimeout = short_sleep_ ? 0 : 100;
handle_socket_input_output(mstimeout);
handle_clock();