Searched defs:pcdisplayscreen (Results 1 – 1 of 1) sorted by relevance
30 struct pcdisplayscreen { struct31 struct pcdisplay_handle *hdl;33 const struct wsscreen_descr *type;35 int active; /* currently displayed */36 u_int16_t *mem; /* backing store for contents */38 int cursoron; /* cursor displayed? */40 int cursortmp; /* glyph & attribute behind software cursor */42 int vc_ccol, vc_crow; /* current cursor position */44 int dispoffset; /* offset of displayed area in video mem */45 int visibleoffset;