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:
commit
ddda72c2c4
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user