Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dselection.c187 if (v.sel_mode == TIOCL_SELCLEAR) { in set_selection()
193 if (mouse_reporting() && (v.sel_mode & TIOCL_SELMOUSEREPORT)) { in set_selection()
194 mouse_report(tty, v.sel_mode & TIOCL_SELBUTTONMASK, v.xs, v.ys); in set_selection()
211 switch (v.sel_mode) in set_selection()
/Linux-v4.19/include/uapi/linux/
Dtiocl.h19 unsigned short sel_mode; /* selection mode */ member