1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

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
commit ddda72c2c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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