delorie.com/djgpp/doc/libc/libc_682.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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.

Portability

ANSI/ISO C No
POSIX No

Example

 
ScreenSetCursor(0, 0);   /* home the cursor */


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004