indentlog: refactor: color_spec -> color_spec_type

This commit is contained in:
Roland Conybeare 2023-09-18 13:06:28 -04:00
commit 346eef69a4
7 changed files with 53 additions and 53 deletions

View file

@ -31,9 +31,9 @@ main(int argc, char ** argv) {
log_config::indent_width = 4;
log_config::max_indent_width = 30;
log_config::location_tab = 80;
log_config::function_entry_color = color_spec::xterm(69);
log_config::function_exit_color = color_spec::xterm(70);
log_config::code_location_color = color_spec::xterm(166);
log_config::function_entry_color = color_spec_type::xterm(69);
log_config::function_exit_color = color_spec_type::xterm(70);
log_config::code_location_color = color_spec_type::xterm(166);
int n = 3;