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:
Enrico Ghirardi 2015-09-11 22:39:29 +02:00 committed by Justin M. Keyes
parent b762e809e4
commit 57836f2b71

View File

@ -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);