Home
last modified time | relevance | path

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

/external/syslinux/com32/cmenu/libmenu/
Dtui.c60 setcursorshape(1, 7); // Block cursor in getuserinput()
62 setcursorshape(6, 7); // Normal cursor in getuserinput()
140 setcursorshape(1, 7); // Block cursor in getuserinput()
142 setcursorshape(6, 7); // Normal cursor in getuserinput()
202 setcursorshape(start, end); // Block cursor in getuserinput()
Dcom32io.h41 void setcursorshape(char start, char end); // Set cursor shape
Dcom32io.c53 void setcursorshape(char start, char end) in setcursorshape() function