Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dtiocl.h11 #define TIOCL_SELMOUSEREPORT 16 /* report beginning of selection */ macro
/Linux-v5.10/drivers/tty/vt/
Dselection.c334 if (mouse_reporting() && (v->sel_mode & TIOCL_SELMOUSEREPORT)) { in vc_selection()