Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dtiocl.h10 #define TIOCL_SELMOUSEREPORT 16 /* report beginning of selection */ macro
/linux-4.1.27/drivers/tty/vt/
Dselection.c193 if (mouse_reporting() && (sel_mode & TIOCL_SELMOUSEREPORT)) { in set_selection()