Raxol.Terminal.Integration.Config (Raxol v0.3.0)

View Source

Handles configuration management for the terminal integration.

Summary

Functions

Gets a specific configuration value.

Resets the configuration to default values.

Sets a specific configuration value.

Updates the terminal configuration.

Functions

get_config_value(state, path)

Gets a specific configuration value.

reset_config(state)

Resets the configuration to default values.

set_config_value(state, path, value)

Sets a specific configuration value.

update_config(state, opts)

Updates the terminal configuration.

Merges the provided opts into the current configuration and validates the result before applying.