|
||
void text_mode_locate ( int line, int col )
int line; // screen line int col; // screen column
|
|
|
Synopsis |
#include "silver.h"
The text_mode_locate function moves the text mode cursor to the screen character coordinated specified by line and col .
|
|
Parameters |
line and col are screen character coordinates, with 1 <= line <= schar_height , and 1 <= col <= schar_width .
|
|
Return Value |
none.
|
|
See Also |
|
|
|
|