Home
last modified time | relevance | path

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

/external/syslinux/core/
Dbios.c37 static uint16_t cursor_type; /* Saved cursor pattern */ variable
48 cursor_type = oreg.ecx.w[0]; in bios_get_cursor()
70 uint16_t cursor = st->cursor ? cursor_type : 0x2020; in bios_showcursor()