Renamed win_save_print -> win_print

This commit is contained in:
James Booth
2015-03-14 14:12:32 +00:00
parent f4441ec64f
commit e02dbe24da
6 changed files with 187 additions and 187 deletions

View File

@@ -622,7 +622,7 @@ wins_lost_connection(void)
while (curr != NULL) {
ProfWin *window = curr->data;
if (window->type != WIN_CONSOLE) {
win_save_print(window, '-', NULL, 0, THEME_ERROR, "", "Lost connection.");
win_print(window, '-', NULL, 0, THEME_ERROR, "", "Lost connection.");
// if current win, set current_win_dirty
if (wins_is_current(window)) {