Searched refs:sel_mode (Results 1 – 2 of 2) sorted by relevance
161 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local177 __get_user(sel_mode, &sel->sel_mode); in set_selection()186 if (sel_mode == TIOCL_SELCLEAR) { in set_selection()192 if (mouse_reporting() && (sel_mode & TIOCL_SELMOUSEREPORT)) { in set_selection()193 mouse_report(tty, sel_mode & TIOCL_SELBUTTONMASK, xs, ys); in set_selection()215 switch (sel_mode) in set_selection()
18 unsigned short sel_mode; /* selection mode */ member