Raxol.Terminal.ScreenBuffer.Screen (Raxol v0.5.0)
View SourceHandles screen buffer operations for the terminal emulator. This module provides functions for managing the screen state, including clearing, erasing, and marking damaged regions.
Summary
Functions
Clears the entire screen.
Erases the entire screen.
Erases the entire screen including scrollback.
Erases from cursor to end of screen.
Erases from cursor to end of line.
Erases from start of line to cursor.
Erases from start of screen to cursor.
Erases the entire line.
Initializes a new screen state.
Marks a region of the screen as damaged.
Functions
Clears the entire screen.
Erases the entire screen.
Erases the entire screen including scrollback.
Erases from cursor to end of screen.
Erases from cursor to end of line.
Erases from start of line to cursor.
Erases from start of screen to cursor.
Erases the entire line.
Initializes a new screen state.
Marks a region of the screen as damaged.