Configuration file handling. More...

Go to the source code of this file.
Functions | |
| void | config_load (const char *file, int expand) |
| Load the configuration from disk. | |
| const char * | config_getopt (const char *opt) |
| Return the value of a configuration switch. | |
| int | config_getopt_bool (const char *val) |
| Return a value translated to boolean. | |
| int | config_getopt_color (const char *val) |
| Return a value translated to curses color code. | |
| int | config_getopt_percentage (const char *val) |
| Return a value translated to a percentage. | |
Configuration file handling.
Definition in file config.h.
1.6.3