Raxol.Terminal.ScreenBuffer.System (Raxol v0.5.0)
View SourceManages system-related settings for the screen buffer.
Summary
Functions
Returns a specification to start this module under a supervisor.
Gets the current update settings.
Callback implementation for GenServer.init/1
.
Types
@type t() :: %Raxol.Terminal.ScreenBuffer.System{ auto_update: boolean(), debug_mode: boolean(), update_interval: non_neg_integer() }
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Gets the current update settings.
Callback implementation for GenServer.init/1
.