summaryrefslogtreecommitdiff
path: root/documentation/settings
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-07-25 03:06:17 -0300
committerdequis <dx@dxzone.com.ar>2016-07-25 03:49:08 -0300
commit2e0aac5a5fda87e944ab83e2f02da7bd41a0eaf2 (patch)
treeafefad34ea55b8c0bd2c97e525e779d7ec402980 /documentation/settings
parent436e5ab62ccb8ee1b6b10cb37b05333176441425 (diff)
downloadirssi.github.io-2e0aac5a5fda87e944ab83e2f02da7bd41a0eaf2.zip
settings: add paste_use_bracketed_mode
Diffstat (limited to 'documentation/settings')
-rw-r--r--documentation/settings/index.markdown13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/settings/index.markdown b/documentation/settings/index.markdown
index 69cec7d..7b5eb6c 100644
--- a/documentation/settings/index.markdown
+++ b/documentation/settings/index.markdown
@@ -926,6 +926,19 @@ See the [appendix F](#a_f) for credits and license information of this document.
>
> It's useful for quoting e-mail or other large-text messages, but it will probably bite you if you try to pasted indented text, such as code listings. Irssi will join multiple lines of code, destroying any structure you wanted to preserve.
+{:#paste_use_bracketed_mode}
+` paste_use_bracketed_mode = OFF `
+
+> Enables bracketed paste mode, which is an alternative to the time-based paste detection.
+>
+> If supported by the terminal, it's much more reliable since irssi knows exactly where and when a paste starts and ends, because the terminal sends special control sequences (the "brackets") indicating those positions.
+>
+> To take full advantage of this feature, time-based paste detection should be disabled by setting `paste_detect_time` to 0.
+>
+> See <https://cirw.in/blog/bracketed-paste> for more details on how this works.
+>
+> Added in irssi 0.8.18
+
{:#paste_verify_line_count}
` paste_verify_line_count = 5 `