Patch from Matsui Nag to implement xterm's "bracketed paste mode", in
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 19 Feb 2012 10:27:18 +0000 (10:27 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 19 Feb 2012 10:27:18 +0000 (10:27 +0000)
commit61cc757f0b9df0437a95c039bfc3d01ef0412809
tree4dd86c5221468674d15d9dcdf4a0044287b356be
parentb03db5b6836720d38860cc5fca352fce7cf48c24
Patch from Matsui Nag to implement xterm's "bracketed paste mode", in
which text pasted into the terminal is preceded and followed by
special function-key-like escape sequences ESC[200~ and ESC[201~ so
that the application can identify it and treat it specially (e.g.
disabling auto-indent-same-as-previous-line in text editors). Enabled
and disabled by ESC[?2004h and ESC[?2004l, and of course off by
default.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9412 cda61777-01e9-0310-a592-d414129be87e
terminal.c
terminal.h