diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-04 19:41:34 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-04 19:41:34 +0100 |
commit | f5769dbd176e125fca19102432ef18ebc95a959e (patch) | |
tree | fd88d0d186db5be71cedf660497c28e16f7f27e5 /doc/de/autogen/user | |
parent | d733a5bd62563d528b65baf4c543275f8e1281b6 (diff) | |
download | weechat-f5769dbd176e125fca19102432ef18ebc95a959e.zip |
core: fix typo in help of option weechat.look.paste_bracketed (bug #35717)
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index 944bf675a..d3b0db582 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -579,7 +579,7 @@ ** 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~")` +** 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`) |