Searched refs:sel_mode (Results 1 – 2 of 2) sorted by relevance
139 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local155 __get_user(sel_mode, &sel->sel_mode); in set_selection()164 if (sel_mode == TIOCL_SELCLEAR) { in set_selection()170 if (mouse_reporting() && (sel_mode & TIOCL_SELMOUSEREPORT)) { in set_selection()171 mouse_report(tty, sel_mode & TIOCL_SELBUTTONMASK, xs, ys); in set_selection()189 switch (sel_mode) in set_selection()
18 unsigned short sel_mode; /* selection mode */ member