delorie.com/djgpp/doc/libc/libc_682.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#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.
ANSI/ISO C | No |
POSIX | No |
ScreenSetCursor(0, 0); /* home the cursor */ |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |