mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
term: Do not highlight bold text by default. #3333
It makes more sense to let the user application terminal emulator decide how to render bold text.
This commit is contained in:
parent
b762e809e4
commit
57836f2b71
@ -201,7 +201,6 @@ Terminal *terminal_open(TerminalOptions opts)
|
||||
vterm_set_utf8(rv->vt, 1);
|
||||
// Setup state
|
||||
VTermState *state = vterm_obtain_state(rv->vt);
|
||||
vterm_state_set_bold_highbright(state, true);
|
||||
// Set up screen
|
||||
rv->vts = vterm_obtain_screen(rv->vt);
|
||||
vterm_screen_enable_altscreen(rv->vts, true);
|
||||
|
Loading…
Reference in New Issue
Block a user