nickgammon / mushclient

Open Source Windows MUD game client
www.mushclient.com
181 stars 76 forks source link

Added ANSI strikethrough support #38

Closed akbra closed 7 years ago

akbra commented 7 years ago

Modified stadfx.h and ansi.cpp to support SGR 9 and 29, ANSI strikethrough and cancel strikethrough

Does exactly what it says on the tin. MUSHclient 5.03 added support for strikethrough styling on notes, this expands that to recognize strikethrough styling on received text.

nickgammon commented 7 years ago

Merged your commit, thanks for the suggestion.