mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
Reset entry attributes on newlines
This commit is contained in:
parent
2e08b3a2da
commit
a284219abd
@ -930,6 +930,11 @@ check_attributes (SexySpellEntry *entry, const char *text, int len)
|
||||
insert_color (entry, i, COL_BG, COL_FG);
|
||||
goto check_color;
|
||||
|
||||
case '\n':
|
||||
insert_reset (entry, i);
|
||||
parsing_color = 0;
|
||||
break;
|
||||
|
||||
case ATTR_COLOR:
|
||||
parsing_color = 1;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user