mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 19:06:22 +00:00
Add win_printf_line
This commit is contained in:
@@ -405,7 +405,7 @@ _chatwin_history(ProfChatWin *chatwin, const char *const contact)
|
||||
g_date_time_unref(timestamp);
|
||||
// header
|
||||
} else {
|
||||
win_printf((ProfWin*)chatwin, '-', 0, NULL, 0, 0, "", "%s", curr->data);
|
||||
win_printf_line((ProfWin*)chatwin, THEME_DEFAULT, "%s", curr->data);
|
||||
}
|
||||
curr = g_slist_next(curr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user