Appearance
Hides the terminal cursor and returns a function to show it again.
import { Term } from "@monstermann/signals-tui"; const show = Term.hideCursor(); // Hide cursor show(); // Show cursor again