diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-07-05 22:31:26 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-07-05 22:31:26 +0000 |
commit | 750a5cbc6d524c0ec2c28178e605756e603f6970 (patch) | |
tree | db1a40156fdfea2585da2c4d1b312154bdaaf94b /src/common/weeconfig.h | |
parent | 77fab4ae297371a6d992888a9864ac1bb75adab5 (diff) | |
download | weechat-750a5cbc6d524c0ec2c28178e605756e603f6970.zip |
Added "col_status_delimiters" config 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 692b3690a..88403fe0f 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -106,6 +106,7 @@ 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_delimiters; extern int cfg_col_status_data_msg; extern int cfg_col_status_data_highlight; extern int cfg_col_status_data_other; |