Raxol.Terminal.ScreenBuffer.Preferences (Raxol v2.0.1)
View SourceManages screen buffer preferences and settings.
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_cast/2.
Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_info/2.
Types
@type t() :: %Raxol.Terminal.ScreenBuffer.Preferences{ auto_wrap: boolean(), cursor_blink: boolean(), cursor_style: atom(), font_size: non_neg_integer(), line_height: non_neg_integer(), scrollback_size: non_neg_integer(), tab_width: non_neg_integer(), word_wrap: boolean() }
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_cast/2.
Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_info/2.