We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724c7e6 commit 8225428Copy full SHA for 8225428
CHANGELOG.md
@@ -4,7 +4,7 @@
4
5
## [Unreleased] <!-- ReleaseDate -->
6
7
-- No changes since the latest release below.
+- Fix cursor occasionally blinking in unexpected places.
8
9
## [0.7.2] - 2024-03-17
10
inquire/src/ui/frame_renderer.rs
@@ -280,7 +280,7 @@ where
280
current_frame.frame_size.height(),
281
);
282
283
- //self.terminal.cursor_hide()?;
+ self.terminal.cursor_hide()?;
284
self.move_cursor_to(Position { row: 0, col: 0 })?;
285
286
for i in 0..rows_to_iterate {
0 commit comments