aaron-em/rcirc-styles.el

Some valid ^C cases not handled

Closed this issue · 2 comments

The WikiChip page linked in the commentary mentions that a bare ^C serves to terminate any active color codes, but I failed to notice this and thus failed to implement it.

In testing with other IRC users, I've also found that many clients will accept e.g. ^C,3 as a valid specification which changes only the background color.

Two branches for this: hotfix/#6 to fix the parser issue, and feature/#6 to add support for inserting these types of color codes.

Finished & merged down in both branches.