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)
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.


No differences found