summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-05-17 16:55:31 +0200
committermathieui <mathieui@mathieui.net>2012-05-17 16:55:31 +0200
commit0f8a5abdc0818b4071bf4623a12ee95223b11ba3 (patch)
tree08f669625214f37f02103958f63faaa5492b0944 /data
parent64defba0ae18812196caadab26cdea0d24849be5 (diff)
downloadpoezio-0f8a5abdc0818b4071bf4623a12ee95223b11ba3.tar.gz
poezio-0f8a5abdc0818b4071bf4623a12ee95223b11ba3.tar.bz2
poezio-0f8a5abdc0818b4071bf4623a12ee95223b11ba3.tar.xz
poezio-0f8a5abdc0818b4071bf4623a12ee95223b11ba3.zip
Add an option to always show the separator - Fixes #2240
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 85366204..61c30c21 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -296,6 +296,10 @@ send_time = true
max_messages_in_memory = 2048
max_lines_in_memory = 2048
+# Show the separator at the bottom of the text buffer, even if no one
+# spoke
+show_useless_separator = false
+
# Set this to true if you want the commands to be executed remotely
# (with ssh & the daemon), see the documentation of the /link plugin
# for details