Searched refs:terminal_set_cursor (Results 1 – 4 of 4) sorted by relevance
192 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_fini_logos()252 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_init_logos()
1941 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);
245 terminal_set_cursor(struct terminal *tm, const term_pos_t *pos) in terminal_set_cursor() function