SilverScreen Solid Modeler

text_mode_locate

text_mode_locate

Previous topic Next topic  

text_mode_locate

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

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

text_mode_cursor