zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

Windows console mode and codepage handling #77

Closed zorael closed 5 years ago

zorael commented 5 years ago

This changes how we set codepages from setting it once persistently (lasting after program finishes) to resetting it as the program exits. We basically copy/paste how ldc does it.

It also adds changing the console mode to temporarily display terminal colours in Windows cmd consoles, without making the permanent registry change.