Remove implicit refresh from ProfWin->print_line

This commit is contained in:
James Booth
2013-10-06 02:17:45 +01:00
parent 39fa133580
commit 3cc080b06a
3 changed files with 4 additions and 3 deletions

View File

@@ -826,6 +826,7 @@ ui_current_print_line(const char * const msg, ...)
va_start(arg, msg);
current->print_line(current, msg, arg);
va_end(arg);
current->refresh_win(current);
}
void