Skip to content

Commit b772b86

Browse files
bfredlblueyed
authored andcommitted
Remove "highbright bold" conversion. Fixes neovim#11190
When using TUI host terminal should take care of this (regardless if 'termguicolors' is active or not). For GUI the behavior doesn't make sense (GUI should display bold attr as bold always).
1 parent 6768c43 commit b772b86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/nvim/terminal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ Terminal *terminal_open(TerminalOptions opts)
220220
rv->sb_size = (size_t)curbuf->b_p_scbk;
221221
rv->sb_buffer = xmalloc(sizeof(ScrollbackLine *) * rv->sb_size);
222222

223-
vterm_state_set_bold_highbright(state, true);
224-
225223
// Configure the color palette. Try to get the color from:
226224
//
227225
// - b:terminal_color_{NUM}

0 commit comments

Comments
 (0)