forked from aniani/vim
patch 8.0.1097: background color wrong if job changes background color
Problem: Background color wrong if job changes background color. Solution: Get the background color from vterm.
This commit is contained in:
@@ -3257,7 +3257,7 @@ win_line(
|
||||
{
|
||||
extra_check = TRUE;
|
||||
get_term_attr = TRUE;
|
||||
term_attr = term_get_attr(wp->w_buffer, 0, 0);
|
||||
term_attr = term_get_attr(wp->w_buffer, lnum, -1);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user