1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 03:39:16 +03:00

docs: Add note about the bold color fix in openconsole.exe

refs: https://github.com/wez/wezterm/issues/244
This commit is contained in:
Wez Furlong 2020-07-18 09:05:10 -07:00
parent 1209cde2b1
commit 313690d484

View File

@ -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.