Searched refs:cursor_on (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dterminfo.h49 char *cursor_on; member in struct:grub_terminfo_output_state
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c73 grub_terminfo_free (&data->cursor_on);
110 data->cursor_on = grub_strdup ("\e[?25h");
123 data->cursor_on = grub_strdup ("\e[?25h");
136 data->cursor_on = 0;
154 data->cursor_on = grub_strdup ("\e[?25h");
167 data->cursor_on = NULL;
331 putstr (term, grub_terminfo_tparm (data->cursor_on));

Completed in 22 milliseconds