Screen.hasMouse

Do we have a mouse? This may be overly optimitistic for some terminals, but it is a good first guess.

interface Screen
bool
hasMouse
()

Return Value

Type: bool

true if the terminal is thought to support mouse events

Meta