Raxol.Terminal.Core (Raxol v0.4.0)
View SourceCore state struct for the terminal emulator. This struct holds the main state fields used by the emulator state management functions.
Summary
Types
@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(), scroll_region: {non_neg_integer(), non_neg_integer()} | nil, state: any(), tab_stops: any() }