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/de/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/de/autogen')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index 705d51343..b672193b1 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -424,7 +424,12 @@ ** Werte: group_time_asc, group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc (Standardwert: `group_time_asc`) * *weechat.look.input_share* -** Beschreibung: `Falls diese Option aktiv ist dann teilen sich alle Buffer eine Eingabezeile (der Befehlsverlauf der einzelnen Buffer bleibt erhalten)` +** Beschreibung: `share commands, text, or both in input for all buffers (there is still local history for each buffer)` +** Typ: integer +** Werte: none, commands, text, all (Standardwert: `none`) + +* *weechat.look.input_share_overwrite* +** Beschreibung: `if set and input is shared, always overwrite input in target buffer` ** Typ: boolesch ** Werte: on, off (Standardwert: `off`) |