set_cursor
Move the terminal cursor to a specific row and column on the 5250 screen. Updates the screen state after repositioning.
Instructions
Position the cursor at the specified location.
Args: row: Row number (1-based, top row is 1). col: Column number (1-based, leftmost column is 1).
Returns the updated screen state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row | Yes | ||
| col | Yes |