Expand description
Screen control commands.
These commands control terminal display features like alternate screen, cursor visibility, mouse tracking, and more.
Functionsยง
- clear_
screen - Command to clear the screen.
- disable_
bracketed_ paste - Command to disable bracketed paste mode.
- disable_
mouse - Command to disable mouse tracking.
- disable_
report_ focus - Command to disable focus reporting.
- enable_
bracketed_ paste - Command to enable bracketed paste mode.
- enable_
mouse_ all_ motion - Command to enable mouse all motion tracking.
- enable_
mouse_ cell_ motion - Command to enable mouse cell motion tracking.
- enable_
report_ focus - Command to enable focus reporting.
- enter_
alt_ screen - Command to enter alternate screen buffer.
- exit_
alt_ screen - Command to exit alternate screen buffer.
- hide_
cursor - Command to hide the cursor.
- release_
terminal - Command to release the terminal for external processes.
- restore_
terminal - Command to restore the terminal after a release.
- show_
cursor - Command to show the cursor.