Add ch arg to win_printf_line

This commit is contained in:
James Booth
2016-10-15 00:04:57 +01:00
parent 2f888979c5
commit 33b4b79f2e
13 changed files with 124 additions and 124 deletions

View File

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