ensure a sane startup color for windows console

This commit is contained in:
nhmall
2022-01-01 17:44:14 -05:00
parent 1cc31f3cba
commit 2e54e29dca

View File

@@ -2728,6 +2728,7 @@ void nethack_enter_consoletty(void)
#ifdef VIRTUAL_TERMINAL_SEQUENCES
init_custom_colors();
#endif /* VIRTUAL_TERMINAL_SEQUENCES */
console.current_nhcolor = NO_COLOR;
}
#endif /* TTY_GRAPHICS */