aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-10-10 22:08:27 +0200
committerDaniel Hahler <git@thequod.de>2019-10-11 00:00:26 +0200
commit4f452a67444a3057afe02c759073291d11964fac (patch)
tree3ae57c9e0c872708e19cf6824d202402edb7a206
parent9571a87d3de0cc84000ba43a367740f6be0fba18 (diff)
downloadrneovim-4f452a67444a3057afe02c759073291d11964fac.tar.gz
rneovim-4f452a67444a3057afe02c759073291d11964fac.tar.bz2
rneovim-4f452a67444a3057afe02c759073291d11964fac.zip
Remove "highbright bold" conversion. Fixes #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). (cherry picked from commit b772b86d2ba256a2c03ab701d00b322cf52560e0)
-rw-r--r--src/nvim/terminal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/terminal.c b/src/nvim/terminal.c
index 8fcc8bf0a5..7609006906 100644
--- a/src/nvim/terminal.c
+++ b/src/nvim/terminal.c
@@ -220,8 +220,6 @@ Terminal *terminal_open(TerminalOptions opts)
rv->sb_size = (size_t)curbuf->b_p_scbk;
rv->sb_buffer = xmalloc(sizeof(ScrollbackLine *) * rv->sb_size);
- vterm_state_set_bold_highbright(state, true);
-
// Configure the color palette. Try to get the color from:
//
// - b:terminal_color_{NUM}