JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add bracketed paste mode
authorEgmont Koblinger <egmont@gmail.com>
Mon, 23 Sep 2013 07:22:47 +0000 (09:22 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 23 Sep 2013 07:27:55 +0000 (09:27 +0200)
commit8ac0a5f872b0024bab161fa020126013724758ba
treeae37613c8b5c978a6f2e6addb67ae860271ec341
parenteae31a532e1c3249abe3fe0dbce286cac263832f
Add bracketed paste mode

This patch enables bracketed paste mode (
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#Bracketed%20Paste%20Mode
).

It's mainly useful for text editors to disable line wrapping and auto
indentation when text is being pasted, rather than typed from keyboard.

On the emulator side, it is supported by at least xterm, urxvt,
gnome-terminal, putty, iterm2; and I have a patch for konsole.

On the application side, vim can be configured easily to handle this, and
I have pending patches for mcedit and joe. Probably many others also
support it.
st.c