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.h147 unsigned int vc_report_mouse : 2; member
/linux/drivers/tty/vt/
H A Dvt.c1868 return vc_cons[fg_console].d->vc_report_mouse; in mouse_reporting()
1978 vc->vc_report_mouse = on_off ? 1 : 0; in csi_DEC_hl()
1984 vc->vc_report_mouse = on_off ? 2 : 0; in csi_DEC_hl()
2219 vc->vc_report_mouse = 0; in reset_terminal()