<setCursor> tag

This navigation command allows cursor positioning on the screen. It has a row and a column attribute for the cursor positioning.

row
The row attribute should be a 1-based integer that equates to a position on the screen. This positions the vertical component of the cursor position.
column
The column attribute should be a 1-based integer that equates to a position on the screen. This positions the horizontal component of the cursor position.