Add win_print_outgoing

This commit is contained in:
James Booth
2016-10-15 20:07:33 +01:00
parent ce5f07a012
commit 3b2ceee89b
4 changed files with 24 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ privwin_outgoing_msg(ProfPrivateWin *privwin, const char *const message)
{
assert(privwin != NULL);
win_printf((ProfWin*)privwin, '-', 0, NULL, 0, THEME_TEXT_ME, "me", "%s", message);
win_print_outgoing((ProfWin*)privwin, '-', "%s", message);
}
void