NCurses: use Default bg color for status line
This commit is contained in:
parent
dabdeb62a2
commit
ecd556db59
|
@ -201,7 +201,7 @@ void NCursesUI::draw(const DisplayBuffer& display_buffer,
|
||||||
addch('~');
|
addch('~');
|
||||||
}
|
}
|
||||||
|
|
||||||
set_color(Color::Cyan, Color::Black);
|
set_color(Color::Cyan, Color::Default);
|
||||||
draw_status();
|
draw_status();
|
||||||
CharCount status_len = mode_line.char_length();
|
CharCount status_len = mode_line.char_length();
|
||||||
// only draw mode_line if it does not overlap one status line
|
// only draw mode_line if it does not overlap one status line
|
||||||
|
|
Loading…
Reference in New Issue
Block a user