Searched refs:vb_cursor (Results 1 – 3 of 3) sorted by relevance
218 (vb->vb_cursor.tp_row == row) && (vb->vb_cursor.tp_col == col)) in vtbuf_iscursor()618 if (vb->vb_cursor.tp_col > p->tp_col - 1) in vtbuf_grow()623 vb->vb_cursor.tp_col = p->tp_col - 1; in vtbuf_grow()625 if (vb->vb_curroffset > 0 || vb->vb_cursor.tp_row > p->tp_row - 1) in vtbuf_grow()627 vb->vb_cursor.tp_row = p->tp_row - 1; in vtbuf_grow()665 vtbuf_dirty_cell_locked(vb, &vb->vb_cursor); in vtbuf_cursor_position()666 vb->vb_cursor = *p; in vtbuf_cursor_position()667 vtbuf_dirty_cell_locked(vb, &vb->vb_cursor); in vtbuf_cursor_position()670 vb->vb_cursor = *p; in vtbuf_cursor_position()839 vtbuf_dirty_cell_locked(vb, &vb->vb_cursor); in vtbuf_cursor_visibility()[all …]
191 term_pos_t vb_cursor; /* (u) Cursor position. */ member
1560 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_change_font()