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/ja/autogen | |
parent | 964de12a5488bc036be1a6f484d0ffe7524d2322 (diff) | |
download | weechat-fab0d4e740c266f52c839ccfabd242f0e905e90d.zip |
core: add option weechat.look.paste_auto_add_newline (closes #543)
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/weechat_options.asciidoc b/doc/ja/autogen/user/weechat_options.asciidoc index 9270d2533..31d489d58 100644 --- a/doc/ja/autogen/user/weechat_options.asciidoc +++ b/doc/ja/autogen/user/weechat_options.asciidoc @@ -742,6 +742,11 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) +* [[option_weechat.look.paste_auto_add_newline]] *weechat.look.paste_auto_add_newline* +** 説明: `automatically add a newline at the end of pasted text if there are at least two lines and if a confirmation is asked` +** タイプ: ブール +** 値: on, off (デフォルト値: `on`) + * [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed* ** 説明: `端末の「括弧付きペーストモード」を有効化 (一部の端末/マルチプレクサで利用可能): このモードでは、ペーストされたテキストはコントロールシーケンスで括られます。これにより WeeChat はペーストされたテキストとタイプされたテキストを区別する ("ESC[200~" 、ペーストされたテキスト、"ESC[201~")` ** タイプ: ブール |