Raxol.Terminal.ScreenBuffer.Preferences (Raxol v0.5.0)
View SourceManages screen buffer preferences and settings.
Summary
Functions
Returns a specification to start this module under a supervisor.
Gets the current preferences.
Callback implementation for GenServer.init/1
.
Sets new preferences.
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
.
Gets the current preferences.
Callback implementation for GenServer.init/1
.
Sets new preferences.