mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 22:46:21 +00:00
Merge pull request #1456 from profanity-im/fix/1441-thememe
Fix color for win_print_outgoing()
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user