| www.delorie.com/djgpp/doc/libc-2.01/libc_552.html | search |
#include <pc.h> void ScreenSetCursor(int row, int column);
This function moves the cursor position on the default video page to the point given by (zero-based) row and column, by calling function 2 of interrupt 10h.
None.
ScreenSetCursor(0, 0); /* home the cursor */
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |