mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 22:16:21 +00:00
Add win_printf_line
This commit is contained in:
@@ -835,7 +835,7 @@ wins_lost_connection(void)
|
||||
while (curr) {
|
||||
ProfWin *window = curr->data;
|
||||
if (window->type != WIN_CONSOLE) {
|
||||
win_printf(window, '-', 0, NULL, 0, THEME_ERROR, "", "Lost connection.");
|
||||
win_printf_line(window, THEME_ERROR, "Lost connection.");
|
||||
|
||||
// if current win, set current_win_dirty
|
||||
if (wins_is_current(window)) {
|
||||
|
||||
Reference in New Issue
Block a user