Skip to content

Commit

Permalink
Fix regression with hidden cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Walrus authored and jackpot51 committed Sep 3, 2024
1 parent e2d18a0 commit ad36c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ad36c0c

Please sign in to comment.