commit | f4fdddc9306886e3ab5257f40003f6db83ac926b | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Sat Mar 03 09:43:22 2012 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Sat Mar 03 09:43:22 2012 +0000 |
tree | 0c2408c8a736a203ecbe35ff8a7f737adceab4e3 | |
parent | 4b8bb7770fc06ae61942372ff7edc38b64efb58d [diff] |
Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if this is used and the application has requested bracketed pastes, then tmux surrounds the pasted text by \033[200~ and \033[201~. Applications like vim can (apparently) use this to avoid, for example, indenting the text. From Ailin Nemui.