pub fn hide_cursor() -> Cmd
Creates a command that hides the terminal cursor.
This command sends a HideCursorMsg to the program, which will make the terminal cursor invisible.
HideCursorMsg