Raxol.Terminal.ScreenBuffer.System (Raxol v0.5.0)

View Source

Manages 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

t()

@type t() :: %Raxol.Terminal.ScreenBuffer.System{
  auto_update: boolean(),
  debug_mode: boolean(),
  update_interval: non_neg_integer()
}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

get_update_settings()

Gets the current update settings.

init()

init(settings)

Callback implementation for GenServer.init/1.

start_link(_)