pub fn disable_mouse() -> Cmd
Creates a command that disables mouse reporting.
This command sends a DisableMouseMsg to the program, which will disable all mouse events in the terminal.
DisableMouseMsg