diff options
author | uid67137 <uid67137> | 2003-12-26 19:36:52 +0000 |
---|---|---|
committer | uid67137 <uid67137> | 2003-12-26 19:36:52 +0000 |
commit | 0708f1a571119ad28b810bf519f7a8d0f2ab3c24 (patch) | |
tree | 40994283d080610a409e76e2bd50df8e9562aed7 /src/common/weeconfig.h | |
parent | 3ea696bbc08ed1a2483bee71fc7b9b832624a88d (diff) | |
download | weechat-0708f1a571119ad28b810bf519f7a8d0f2ab3c24.zip |
Added highlight (when our nick is written in a channel/private window), added "col_chat_highlight" configuration option
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 993cb66c1..9b147d9c8 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -102,6 +102,7 @@ extern int cfg_col_chat_nick; extern int cfg_col_chat_host; extern int cfg_col_chat_channel; extern int cfg_col_chat_dark; +extern int cfg_col_chat_highlight; extern int cfg_col_chat_bg; extern int cfg_col_status; extern int cfg_col_status_active; |