Function design_pattern_examples_rust::helpers::cursor::show_cursor
source · pub fn show_cursor()
Expand description
Show or turn on the cursor so it is in the normal visible state.
We could use an ANSI sequence for this (ESC[?25h), but the sequence is private and not necessarily supported everywhere. The crossterm crate makes this simple and hides any system differences.