www.delorie.com/djgpp/doc/libc-2.01/libc_552.html   search  
Go to the first, previous, next, last section, table of contents.


ScreenSetCursor

Syntax

#include <pc.h>

void  ScreenSetCursor(int  row, int  column);

Description

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.

Return Value

None.

Example

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