Searched refs:new_sel_start (Results 1 – 1 of 1) sorted by relevance
254 int new_sel_start, new_sel_end, spc; in vc_do_selection() local259 new_sel_start = ps; in vc_do_selection()264 for (new_sel_start = ps; ; ps -= 2) { in vc_do_selection()268 new_sel_start = ps; in vc_do_selection()284 new_sel_start = rounddown(ps, vc->vc_size_row); in vc_do_selection()299 if (new_sel_end > new_sel_start && in vc_do_selection()310 highlight(new_sel_start, new_sel_end); in vc_do_selection()311 else if (new_sel_start == vc_sel.start) in vc_do_selection()322 if (new_sel_start < vc_sel.start) /* extend to left */ in vc_do_selection()323 highlight(new_sel_start, vc_sel.start - 2); in vc_do_selection()[all …]