home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
turbo_c
/
tc130.arc
/
D_POS.DOC
< prev
next >
Wrap
Text File
|
1987-08-20
|
720b
|
39 lines
NAME
d_pos -- position the cursor on a video page
SYNOPSIS
void d_pos(r, c, p);
int r; row number
int c; column number
int p; video page (must match current mode)
DESCRIPTION
This function positions the cursor on the specified video
page. Row, column, and page values must match the current
video mode.
EXAMPLE
d_pos(10, 15, 0); /* position cursor on row 10, column 15,
video page 0 */
This function is found in SMTCx.LIB for the Turbo-C Compiler