From 26fa83dd9a1d0f3a43efc706582ea93980289f71 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 4 Apr 2013 01:11:56 +0200 Subject: Add an option to choose between shared and separate input history - separate_history, defaults to false --- data/default_config.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index 05e00ce2..6e2f02ec 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -403,6 +403,10 @@ send_os_info = true # Set to false if you don't want people to know that information send_time = true +# If true, the history of the similar inputs won't be shared between +# different tabs (as in weechat). +separate_history = false + # The language you specify using. # This *may* be ysed by an automated entity to send you tailored replies # If you don't understand, leave en. -- cgit v1.2.3