diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-13 17:40:20 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-13 17:40:20 +0000 |
commit | 1d07964d1735cbe0b997444c05670f3858bafd94 (patch) | |
tree | b598642b4b04d1fe7223d4bac39527d199e8d795 /src/common/weeconfig.h | |
parent | 06bd0f9f0e94e86b5bbc113b2b7dbdeee7a4e052 (diff) | |
download | weechat-1d07964d1735cbe0b997444c05670f3858bafd94.zip |
Added color for private in hotlist (different than color for highlight)
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index 5a8c98684..244cf3bc9 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -117,6 +117,7 @@ extern int cfg_col_chat_bg; extern int cfg_col_status; extern int cfg_col_status_delimiters; extern int cfg_col_status_data_msg; +extern int cfg_col_status_data_private; extern int cfg_col_status_data_highlight; extern int cfg_col_status_data_other; extern int cfg_col_status_more; |