diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-16 09:46:23 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-16 09:46:23 +0000 |
commit | f80489f46908ffe4909f40f041a6ac439898547a (patch) | |
tree | 1e968c0c584dd4ba58dbc37d2a7f908f3611a116 /src/common/weeconfig.h | |
parent | 2fd53dcc37e7c571d9e2677597c0f68c4b90b5d9 (diff) | |
download | weechat-f80489f46908ffe4909f40f041a6ac439898547a.zip |
Added option "look_align_size_max", nick alignment to right is now set by default with size 14 (max 20)
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 b07e04bdc..6f7e271cd 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -113,6 +113,7 @@ extern char *cfg_look_nick_suffix; extern int cfg_look_align_nick; extern int cfg_look_align_other; extern int cfg_look_align_size; +extern int cfg_look_align_size_max; extern char *cfg_look_nick_completor; extern char *cfg_look_nick_completion_ignore; extern int cfg_look_nick_complete_first; |