Skip to content

setCursor

Sets the cursor position to the specified row and column.

Example

ts
import { Term } from "@monstermann/signals-tui";

Term.setCursor(5, 10); // Move cursor to row 5, column 10
Term.setCursor(0, 0); // Move cursor to top-left