diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-16 02:05:37 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-16 02:09:30 +0100 |
commit | 1777d7414d4db60beb209c33d678b25a47ba73c0 (patch) | |
tree | 428fa64e0ba949b8ed6b975e6c66886db256e6f2 /data | |
parent | d67ec3278ae5a56373597c6f2a259d9dba9cc809 (diff) | |
download | poezio-1777d7414d4db60beb209c33d678b25a47ba73c0.tar.gz poezio-1777d7414d4db60beb209c33d678b25a47ba73c0.tar.bz2 poezio-1777d7414d4db60beb209c33d678b25a47ba73c0.tar.xz poezio-1777d7414d4db60beb209c33d678b25a47ba73c0.zip |
Document the two new options.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 0ad9e328..dcc12cb7 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -177,6 +177,10 @@ themes_dir = # theme will be used instead theme = +enable_vertical_tab_list = false + +vertical_tab_list_size = 20 + # The nick of people who join, part, change their status, etc. in a MUC will # be displayed using their nick color if true. display_user_color_in_join_part = false |