Positions the output cursor on the specified screen.
#include <screen.h>
int PositionOutputCursor (
scr_t scrID,
uint16_t row,
uint16_t col);
(IN) Specifies the screen.
(IN) Specifies the row number for the cursor.
(IN) Specifies the column number for the cursor.
If successful, returns 0.