Searched defs:pcdisplayscreen (Results 1 – 1 of 1) sorted by relevance
33 struct pcdisplayscreen { struct34 struct pcdisplay_handle *hdl;36 const struct wsscreen_descr *type;38 int active; /* currently displayed */39 u_int16_t *mem; /* backing store for contents */41 int cursoron; /* cursor displayed? */43 int cursortmp; /* glyph & attribute behind software cursor */45 int cursorcol, cursorrow; /* current cursor position */47 int dispoffset; /* offset of displayed area in video mem */48 int visibleoffset;