Terminal
The high-level interface for terminal interaction.
Provides methods for controlling the terminal state, managing the cursor, and handling input/output.
Inheritors
Functions
Link copied to clipboard
Enters terminal raw mode and initializes state.
Link copied to clipboard
Exits raw mode and restores the terminal state.
Link copied to clipboard
Hides the terminal cursor.
Link copied to clipboard
Moves the cursor to the specified coordinates (0-indexed).
Link copied to clipboard
Shows the terminal cursor.
Link copied to clipboard