Home
last modified time | relevance | path

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

/trueos/sys/dev/syscons/
HDsyscons.h178 struct cursor_attr { struct
237 struct cursor_attr dflt_curs_attr;
238 struct cursor_attr curs_attr;
314 struct cursor_attr dflt_curs_attr;
315 struct cursor_attr curr_curs_attr;
316 struct cursor_attr curs_attr;
HDscvgarndr.c353 int cursor_attr; in vga_txtcursor() local
379 cursor_attr = scp->cursor_saveunder_attr; in vga_txtcursor()
381 cursor_attr = (cursor_attr & 0x8800) in vga_txtcursor()
382 | ((cursor_attr & 0x7000) >> 4) in vga_txtcursor()
383 | ((cursor_attr & 0x0700) << 4); in vga_txtcursor()
387 cursor_attr); in vga_txtcursor()