From 313690d484a7abb7fd5df8d4dfa91d28252189af Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 18 Jul 2020 09:05:10 -0700 Subject: [PATCH] docs: Add note about the bold color fix in openconsole.exe refs: https://github.com/wez/wezterm/issues/244 --- docs/changelog.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.markdown b/docs/changelog.markdown index f2f9f4919..d699469e4 100644 --- a/docs/changelog.markdown +++ b/docs/changelog.markdown @@ -14,6 +14,8 @@ brief notes about them may accumulate here. (not multiplexer) terminal sessions. * Added support for SGR 53/55 which enable/disable Overline style. `printf "\x1b[53moverline\x1b[0m\n"` +* Windows: updated bundled openconsole.exe to [efb1fdd](https://github.com/microsoft/terminal/commit/efb1fddb991dc1e6b614d1637daca7314a229925) + to resolve an issue where bold text didn't respect the configured color scheme. * Added `bold_brightens_ansi_colors` option to allow disabling the automatic brightening of bold text.