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 /doc/en/configure.txt | |
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 'doc/en/configure.txt')
-rw-r--r-- | doc/en/configure.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 76a6b5b4..def86e7f 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -409,6 +409,11 @@ section of this documentation. if true, your current time will be sent if asked Set to false if you don't want people to know that information +*separate_history*:: false + + If true, the history of inputs of the same nature won’t be shared + between tabs (as in weechat). + *server*:: anon.jeproteste.info The server to use for anonymous authentication. |