[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function setcursor - sets cursor scan lines
Syntax void set_cursor(unsigned int cursor);
Prototype in video.h
Remarks sets the cursor scan lines via INT 0x10, Function
1.
Return value nothing.
See also cursor_blink(), cursor_flip(), cursor_off(),
cursor_on(), getcursor(), read_cursor(),
set_cursor()
Example #include <video.h>
main()
{
setcursor(7);
}
See Also:
getcursor()
set_cursor()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson