Home
last modified time | relevance | path

Searched refs:vc_report_mouse (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dconsole_struct.h174 unsigned int vc_report_mouse : 2; member
/linux/drivers/tty/vt/
H A Dvt.c1901 return vc_cons[fg_console].d->vc_report_mouse; in mouse_reporting()
2029 vc->vc_report_mouse = on_off ? 1 : 0; in csi_DEC_hl()
2035 vc->vc_report_mouse = on_off ? 2 : 0; in csi_DEC_hl()
2272 vc->vc_report_mouse = 0; in reset_terminal()