diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index ec6b6f9c..e2b66931 100644 --- a/include/config.h +++ b/include/config.h @@ -74,7 +74,7 @@ #endif #ifndef TITLE_COLOR -#define TITLE_COLOR "\033[0;1;37;46m" +#define TITLE_COLOR ANSI_COLOR(0;1;37;46) #endif #ifndef SYSLOG_FACILITY |