mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 14:36:22 +00:00
Replaced colours with theme_item_t
This commit is contained in:
@@ -438,7 +438,7 @@ wins_lost_connection(void)
|
||||
while (curr != NULL) {
|
||||
ProfWin *window = curr->data;
|
||||
if (window->type != WIN_CONSOLE) {
|
||||
win_save_print(window, '-', NULL, 0, COLOUR_ERROR, "", "Lost connection.");
|
||||
win_save_print(window, '-', NULL, 0, THEME_ERROR, "", "Lost connection.");
|
||||
|
||||
// if current win, set current_win_dirty
|
||||
if (wins_is_current(window)) {
|
||||
|
||||
Reference in New Issue
Block a user