Raxol.Terminal.ScreenBuffer.Preferences (Raxol v2.0.1)

View Source

Manages screen buffer preferences and settings.

Summary

Types

t()

@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

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

get()

handle_manager_cast(msg, state)

Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_cast/2.

handle_manager_info(msg, state)

Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_info/2.

set(preferences)

start_link(init_opts \\ [])