Merge pull request #1456 from profanity-im/fix/1441-thememe

Fix color for win_print_outgoing()
This commit is contained in:
Michael Vetter
2020-12-11 13:53:52 +01:00
committed by GitHub

View File

@@ -1213,8 +1213,7 @@ win_print_outgoing(ProfWin* window, const char* show_char, const char* const id,
if (replace_id) {
_win_correct(window, message, id, replace_id, myjid);
} else {
//TODO my jid
_win_printf(window, show_char, 0, timestamp, 0, THEME_TEXT_THEM, "me", myjid, id, "%s", message);
_win_printf(window, show_char, 0, timestamp, 0, THEME_TEXT_ME, "me", myjid, id, "%s", message);
}
inp_nonblocking(TRUE);