diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-03 12:08:30 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-03 12:08:30 +0200 |
commit | fab0d4e740c266f52c839ccfabd242f0e905e90d (patch) | |
tree | 7f158480441f6b4d14a06da9ddba57f8fae4d042 /doc/en | |
parent | 964de12a5488bc036be1a6f484d0ffe7524d2322 (diff) | |
download | weechat-fab0d4e740c266f52c839ccfabd242f0e905e90d.zip |
core: add option weechat.look.paste_auto_add_newline (closes #543)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index 6cae46645..2791b8229 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -742,6 +742,11 @@ ** type: string ** values: any string (default value: `""`) +* [[option_weechat.look.paste_auto_add_newline]] *weechat.look.paste_auto_add_newline* +** description: `automatically add a newline at the end of pasted text if there are at least two lines and if a confirmation is asked` +** type: boolean +** values: on, off (default value: `on`) + * [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed* ** description: `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~")` ** type: boolean |