Raxol.Terminal.ModeManager.SavedState (Raxol v0.5.0)
View SourceHandles saved state operations for the mode manager. This includes saving and restoring cursor positions, screen states, and other terminal modes.
Summary
Functions
Restores the previously saved terminal state.
Saves the current terminal state. This includes
Functions
@spec restore_state(Raxol.Terminal.Emulator.t()) :: Raxol.Terminal.Emulator.t()
Restores the previously saved terminal state.
@spec save_state(Raxol.Terminal.Emulator.t()) :: Raxol.Terminal.Emulator.t()
Saves the current terminal state. This includes:
- Cursor position and attributes
- Screen state (main/alternate)
- Current modes