Appearance
A read-only signal containing the current cursor row position.
import { Term } from "@monstermann/signals-tui"; const r = Term.row(); console.log(r); // Current row