Skip to main content

Module screen

Module screen 

Source
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.