Raxol.Terminal.Integration.Main (Raxol v2.0.1)

View Source

Main integration module that provides a GenServer-based interface for terminal integration.

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

clear(pid)

get_state(pid)

handle_input(pid, input_event)

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.

init_manager(opts)

Starts the integration main process.

resize(pid, width, height)

start_link(init_opts \\ [])

update_config(pid, config)

write(pid, text)