Searched refs:vb_mark_end (Results 1 – 3 of 3) sorted by relevance
146 vtbuf_in_this_range(cur, vb->vb_mark_end.tp_row, cur + offset, sz)) { in vthistory_addlines()148 vb->vb_mark_start.tp_row = vb->vb_mark_end.tp_row; in vthistory_addlines()149 vb->vb_mark_start.tp_col = vb->vb_mark_end.tp_col; in vthistory_addlines()222 me = vb->vb_mark_end.tp_row; in vtbuf_unmark_on_cross()251 if (vb->vb_mark_start.tp_col == vb->vb_mark_end.tp_col && in vtbuf_iscursor()252 vb->vb_mark_start.tp_row == vb->vb_mark_end.tp_row) in vtbuf_iscursor()257 ec = vb->vb_mark_end.tp_col; in vtbuf_iscursor()258 er = vb->vb_mark_end.tp_row; in vtbuf_iscursor()470 vb->vb_mark_end.tp_row = 0; in vtbuf_reset_scrollback()471 vb->vb_mark_end.tp_col = 0; in vtbuf_reset_scrollback()[all …]
218 term_pos_t vb_mark_end; /* (b) Copy region end. */ member
253 .vb_mark_end = {.tp_row = 0, .tp_col = 0,},