Next Previous Contents

7. SLsmg_gotorc

Synopsis

Move the virtual cursor

Usage

void SLsmg_gotorc (int r, int c)

Description

The SLsmg_gotorc function moves the virtual cursor to the row r and column c. The first row and first column is specified by r = 0 and c = 0.

See Also

SLsmg_refresh


Next Previous Contents