diff options
author | mathieui <mathieui@mathieui.net> | 2013-04-04 01:11:56 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-04-04 01:11:56 +0200 |
commit | 26fa83dd9a1d0f3a43efc706582ea93980289f71 (patch) | |
tree | 28aa5bd1ccaed364979b73389f216156b1d6814d /data | |
parent | 8a5a5bb644998fe03d8ab90d714c21d1552171a2 (diff) | |
download | poezio-26fa83dd9a1d0f3a43efc706582ea93980289f71.tar.gz poezio-26fa83dd9a1d0f3a43efc706582ea93980289f71.tar.bz2 poezio-26fa83dd9a1d0f3a43efc706582ea93980289f71.tar.xz poezio-26fa83dd9a1d0f3a43efc706582ea93980289f71.zip |
Add an option to choose between shared and separate input history
- separate_history, defaults to false
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 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. |