Function hide_cursor

Source
pub fn hide_cursor() -> Cmd
Expand description

Creates a command that hides the terminal cursor.

This command sends a HideCursorMsg to the program, which will make the terminal cursor invisible.