mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
libsexy: last color parsing improvement
This commit is contained in:
parent
f342123d7f
commit
cf5e2f273f
@ -995,10 +995,8 @@ check_color:
|
||||
}
|
||||
else
|
||||
{
|
||||
if (offset > 1) /* No colors but a , was added */
|
||||
insert_hiddenchar (entry, i - 2, i - 1);
|
||||
else
|
||||
insert_hiddenchar (entry, i - 1, i);
|
||||
/* No colors but some commas may have been added */
|
||||
insert_hiddenchar (entry, i - offset, i - offset + 1);
|
||||
insert_color (entry, i, -1, -1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user