Removed ui_readline()

This commit is contained in:
James Booth
2015-11-01 18:38:21 +00:00
parent 17488ca346
commit 4c42ce9701
5 changed files with 4 additions and 10 deletions

View File

@@ -108,7 +108,7 @@ prof_run(char *log_level, char *account_name)
log_stderr_handler();
_check_autoaway();
line = ui_readline();
line = inp_readline();
if (line) {
ProfWin *window = wins_get_current();
cont = cmd_process_input(window, line);