indentlog: refactor: log_config.code_location_color uses color_spec

This commit is contained in:
Roland Conybeare 2023-09-18 12:49:45 -04:00
commit 62d2ac2766
3 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ main(int argc, char ** argv) {
log_config::encoding = CE_Xterm;
log_config::function_entry_color = 69;
log_config::function_exit_color = 70;
log_config::code_location_color = 166;
log_config::code_location_color = color_spec::xterm(166);
int n = 3;