Fix regression with hidden cursors
This commit is contained in:
parent
e2d18a0a20
commit
ad36c0c01b
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ impl Terminal {
|
|||
|
||||
// Change color if cursor
|
||||
if indexed.point == grid.cursor.point
|
||||
&& term.cursor_style().shape == CursorShape::Block
|
||||
&& term.renderable_content().cursor.shape == CursorShape::Block
|
||||
{
|
||||
//Use specific cursor color if requested
|
||||
if term.colors()[NamedColor::Cursor].is_some() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue