CruceGameDevel / CruceGame

Open source card game
GNU General Public License v2.0
19 stars 19 forks source link

IRC name issue #264

Open Paul92 opened 9 years ago

Paul92 commented 9 years ago

In the curses interface, the user's name on irc is shown surrounded by some wired characters.

JustBeYou commented 9 years ago

The characters shown at the beginning and at the end of the name are IRC specific characters. List of IRC control characters: bold (^B), reverse (^V), underline (^_), blink (^F), and bell (^G).

Paul92 commented 9 years ago

Create a wrapper for wprintw in the cli module that supports those control characters.