diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-09-28 11:09:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-09-28 11:09:52 +0200 |
commit | b3b0f2d31c4d3c6a31561c3793c61dd81287daa8 (patch) | |
tree | 68780a5cf37eda2de4e03d64ff8d87751b2ff9fe /doc/en/autogen | |
parent | c38df378d60b0b87dcaf575198b2a56a53ba3169 (diff) | |
download | weechat-b3b0f2d31c4d3c6a31561c3793c61dd81287daa8.zip |
New value for option weechat.look.input_share (none, commands, text, all), add new option weechat.look.input_share_overwrite (boolean)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index d4653c129..a460cede4 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -424,7 +424,12 @@ ** values: group_time_asc, group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc (default value: `group_time_asc`) * *weechat.look.input_share* -** description: `if set, there is only one input shared on all buffers (but still local history for each buffer)` +** description: `share commands, text, or both in input for all buffers (there is still local history for each buffer)` +** type: integer +** values: none, commands, text, all (default value: `none`) + +* *weechat.look.input_share_overwrite* +** description: `if set and input is shared, always overwrite input in target buffer` ** type: boolean ** values: on, off (default value: `off`) |