mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
libsexy: Properly reflect reset attributes in input
This commit is contained in:
parent
aae6633c28
commit
b2a780e97a
@ -918,6 +918,9 @@ check_attributes (SexySpellEntry *entry, const char *text, int len)
|
|||||||
case ATTR_RESET:
|
case ATTR_RESET:
|
||||||
insert_hiddenchar (entry, i, i + 1);
|
insert_hiddenchar (entry, i, i + 1);
|
||||||
insert_reset (entry, i);
|
insert_reset (entry, i);
|
||||||
|
bold = FALSE;
|
||||||
|
italic = FALSE;
|
||||||
|
underline = FALSE;
|
||||||
goto check_color;
|
goto check_color;
|
||||||
|
|
||||||
case ATTR_HIDDEN:
|
case ATTR_HIDDEN:
|
||||||
|
Loading…
Reference in New Issue
Block a user