Searched refs:terminal_set_cursor (Results 1 – 4 of 4) sorted by relevance
191 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_fini_logos()251 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_init_logos()
2146 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_change_font()
213 void terminal_set_cursor(struct terminal *tm, const term_pos_t *pos);
244 terminal_set_cursor(struct terminal *tm, const term_pos_t *pos) in terminal_set_cursor() function