Home
last modified time | relevance | path

Searched refs:cursor_offset (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/wscons/
Dwsdisplay_vcons.c93 int cursor_offset; member
224 vdp->cursor_offset = -1; in vcons_init_common()
759 vdp->cursor_offset = ri->ri_crow * ri->ri_cols + ri->ri_ccol; in vcons_redraw_screen()
791 if (vdp->cursor_offset >= 0) in vcons_update_screen()
792 vdp->attrs[vdp->cursor_offset] = 0xffffffff; in vcons_update_screen()
815 vdp->cursor_offset = ri->ri_crow * ri->ri_cols + ri->ri_ccol; in vcons_update_screen()