|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
TOML configuration file support for ascii-chat. More...
Go to the source code of this file.
Functions | |
| asciichat_error_t | config_load_and_apply (bool is_client, const char *config_path, bool strict, options_t *opts) |
| Main function to load configuration from file and apply to global options. | |
| asciichat_error_t | config_load_system_and_user (bool is_client, const char *user_config_path, bool strict, options_t *opts) |
| Load system config first, then user config (user config overrides system) | |
| asciichat_error_t | config_create_default (const char *config_path, const options_t *opts) |
| Create default configuration file with all default values. | |
TOML configuration file support for ascii-chat.
Definition in file config.h.