Raxol.Terminal.Core (Raxol v0.3.0)

View Source

Core state struct for the terminal emulator. This struct holds the main state fields used by the emulator state management functions.

Summary

Types

t()

@type t() :: %Raxol.Terminal.Core{
  active_buffer_type: any(),
  charset_state: any(),
  current_hyperlink_url: String.t() | nil,
  memory_limit: integer() | nil,
  mode_manager: any(),
  state: any(),
  tab_stops: any()
}