From 2e54e29dca65ca7d257e63fea7a83ea8fba86618 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 1 Jan 2022 17:44:14 -0500 Subject: [PATCH] ensure a sane startup color for windows console --- sys/windows/consoletty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/windows/consoletty.c b/sys/windows/consoletty.c index fcc853d46..73d560a6a 100644 --- a/sys/windows/consoletty.c +++ b/sys/windows/consoletty.c @@ -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 */