Terminal.setMouseAutohide

Changes the value of the terminal's mouse autohide setting. When autohiding is enabled, the mouse cursor will be hidden when the user presses a key and shown when the user moves the mouse. This setting can be read using vte_terminal_get_mouse_autohide().

class Terminal
void
setMouseAutohide
(
bool setting
)

Parameters

setting bool

whether the mouse pointer should autohide

Meta