Lines Matching refs:vb_cursor
218 (vb->vb_cursor.tp_row == row) && (vb->vb_cursor.tp_col == col)) in vtbuf_iscursor()
648 if (vb->vb_cursor.tp_col > p->tp_col - 1) in vtbuf_grow()
653 vb->vb_cursor.tp_col = p->tp_col - 1; in vtbuf_grow()
655 if (vb->vb_curroffset > 0 || vb->vb_cursor.tp_row > p->tp_row - 1) in vtbuf_grow()
657 vb->vb_cursor.tp_row = p->tp_row - 1; in vtbuf_grow()
690 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
691 vb->vb_cursor = *p; in vtbuf_cursor_position()
692 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position()
694 vb->vb_cursor = *p; in vtbuf_cursor_position()
870 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_visibility()
887 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_scroll_mode()