Signature: termMoveCursor(row: int, col: int) -> int
Description: Moves the terminal cursor to the given row and column.
Parameters
- row (int): Target row (1-based)
- col (int): Target column (1-based)
Returns: int
Example
termMoveCursor(1, 1)
Signature: termMoveCursor(row: int, col: int) -> int
Description: Moves the terminal cursor to the given row and column.
Returns: int
termMoveCursor(1, 1)