Appearance
A read-only signal indicating whether the cursor is visible.
import { Term } from "@monstermann/signals-tui"; if (Term.hasCursor()) { console.log("Cursor is visible"); }