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

View Source

Manages cloud-related settings for the screen buffer.

Summary

Functions

Returns a specification to start this module under a supervisor.

Gets the current cloud configuration.

Callback implementation for GenServer.init/1.

Sets new cloud configuration.

Types

t()

@type t() :: %Raxol.Terminal.ScreenBuffer.Cloud{
  auto_sync: boolean(),
  sync_enabled: boolean(),
  sync_interval: non_neg_integer()
}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

get_config()

Gets the current cloud configuration.

init()

init(config)

Callback implementation for GenServer.init/1.

set_config(config)

Sets new cloud configuration.

start_link(_)