aaron-em / rcirc-styles.el

Giving rcirc correct and complete support for mIRC-style color and attribute codes
GNU General Public License v2.0
5 stars 5 forks source link

Do something with ^F and ^K #2

Open aaron-em opened 9 years ago

aaron-em commented 9 years ago

Apparently some IRC clients use ^F for a "flashing text" attribute. Emacs obviously can't do that (nor should it!), but it'd be nice to treat it as bold or inverse or at least swallow it or something.

Also, according to this, ^K toggles a "fixed width" attribute. I'm not sure how useful that'd be for rcirc, since I get the impression most people already use a fixed-width default face, but hey, who knows, it couldn't hurt to implement that some day too.