shmup / miniboa

An asynchronous, single-threaded, poll-based Telnet server
Apache License 2.0
60 stars 12 forks source link

Color reset code fix #24

Closed Tizen closed 5 years ago

Tizen commented 5 years ago

The ANSI escape sequence for changing back to default colors only supported the foreground being reset. This change ensures that the background color is also reset to it's default.