vim --clean:colo blue. The Normal text color changes to an orange one.:set cursorline termguicolors95e8faa is the first bad commit.
The cursor line foreground color doesn't change if not explicitly set, like in GUI or with 'notermguicolors'.
9.2.43
Arch Linux, GNOME Termal 3.58.1-1 with or without tmux, $TERM = xterm-256color or tmux-256color.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Probably, this line is wrong.
if (aep->ae_u.cterm.fg_rgb != INVALCOLOR)
term_fg_rgb_color(aep->ae_u.cterm.fg_rgb);
else
// Reset to default foreground color (SGR 39)
out_str((char_u *)"\033[39m");
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Yes, I removed the else branch and it worked.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()