diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-09 19:13:56 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-09 19:13:56 +0200 |
commit | eacf2bf62d18b445bd0a8ba74f6105c5d3286cd4 (patch) | |
tree | d74ae0ffa9177ba85c158fc9afb0b6d725e84c22 /data/default_config.cfg | |
parent | d26845e2a3896755a04a2c338cb2ebb6c9fcc0de (diff) | |
parent | eb180ed52ee12784ec35213aa89413114a94297e (diff) | |
download | poezio-eacf2bf62d18b445bd0a8ba74f6105c5d3286cd4.tar.gz poezio-eacf2bf62d18b445bd0a8ba74f6105c5d3286cd4.tar.bz2 poezio-eacf2bf62d18b445bd0a8ba74f6105c5d3286cd4.tar.xz poezio-eacf2bf62d18b445bd0a8ba74f6105c5d3286cd4.zip |
Merge changes from default branch, too
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 92bdcd60..5e9f35d6 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -189,6 +189,11 @@ send_time = true max_messages_in_memory = 2048 max_lines_in_memory = 2048 +# Defines if all tabs are resized at the same time (if set to false) +# or if they are really resized only when needed (if set to true). +# “true” should be the most comfortable value +lazy_resize = true + [bindings] # Bindings are keyboard shortcut aliases. You can use them # to define your own keys and bind them with some functions |