Hacker News new | ask | show | jobs
by xdissent 5288 days ago
You're altering the terminal colors without resetting them. You should output a reset code after you're done (\033[0m IIRC?) or (drastically) issue `reset`. Although, a blue terminal is kind of a nice change.
1 comments

Fixed, thanks!