diff options
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index f3f4ba866..944bf675a 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -368,11 +368,6 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"--"`) -* [[option_weechat.look.bracketed_paste_mode]] *weechat.look.bracketed_paste_mode* -** Beschreibung: `enable terminal "bracketed paste mode" (not supported in all terminals/multiplexers): in this mode, pasted text is bracketed with control sequences so that WeeChat can differentiate pasted text from typed-in text "(ESC[200~", followed by the pasted text, followed by "ESC[201~")` -** Typ: boolesch -** Werte: on, off (Standardwert: `off`) - * [[option_weechat.look.buffer_notify_default]] *weechat.look.buffer_notify_default* ** Beschreibung: `Standardeinstellung der Benachrichtigungsstufe für Buffer (dies wird genutzt um WeeChat mitzuteilen ob der Buffer in der Hotlist angezeigt werden soll oder nicht, entsprechend der Wichtigkeit der Nachricht): all=alle Nachrichten (Standard), message=Nachrichten+Highlights, highlights=nur Highlights, none=Hotlist wird niemals angezeigt.` ** Typ: integer @@ -583,6 +578,11 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `off`) +* [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed* +** Beschreibung: `enable terminal "bracketed paste mode" (not supported in all terminals/multiplexers): in this mode, pasted text is bracketed with control sequences so that WeeChat can differentiate pasted text from typed-in text "(ESC[200~", followed by the pasted text, followed by "ESC[201~")` +** Typ: boolesch +** Werte: on, off (Standardwert: `off`) + * [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines* ** Beschreibung: `max number of lines for paste without asking user (-1 = disable this feature)` ** Typ: integer |