Renamed refresh functions to update_virtual

This commit is contained in:
James Booth
2014-04-01 21:52:04 +01:00
parent e8e5ab597a
commit 404dde2810
17 changed files with 136 additions and 136 deletions

View File

@@ -70,7 +70,7 @@ prof_run(const int disable_tls, char *log_level, char *account_name)
char inp[INP_WIN_MAX];
int size = 0;
ui_refresh();
ui_update_screen();
if (account_name != NULL) {
char *cmd = "/connect";
@@ -101,7 +101,7 @@ prof_run(const int disable_tls, char *log_level, char *account_name)
}
ui_handle_special_keys(&ch, inp, size);
ui_refresh();
ui_update_screen();
jabber_process_events();
ch = inp_get_char(inp, &size);