Home
last modified time | relevance | path

Searched defs:cursor_attr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dsyscons.h163 struct cursor_attr { struct
164 u_char flags;
165 u_char base;
166 u_char height;
167 u_char bg[3];
168 u_char mouse_ba;
169 u_char mouse_ia;
H A Dscvgarndr.c550 int cursor_attr; in vga_txtcursor() local