uistyle: Ignore format code for Monospace
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 7 Mar 2018 23:53:50 +0000 (00:53 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 15 Mar 2018 23:51:42 +0000 (00:51 +0100)
commit6fdf05d0d6b411370f3a7cd5f8ee8cb6ea6ff324
tree4070ff330ccd77cbc2c4fab5b421e19e0a45c3d0
parentf56f4515fa722a9e20bca9457ff876e1a0a5f38c
uistyle: Ignore format code for Monospace

Since the current rendering engine does not easily support switching
fonts in the middle of a message, we can't currently support the
Monospace format code as specified in [1].
However, to avoid weird artifacts when other clients send this, ignore
the format code for now.

[1] https://modern.ircdocs.horse/formatting.html#monospace

Closes GH-342.
src/uisupport/uistyle.cpp