]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - terminal.c
Patch from Matsui Nag to implement xterm's "bracketed paste mode", in
authorSimon Tatham <anakin@pobox.com>
Sun, 19 Feb 2012 10:27:18 +0000 (10:27 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 19 Feb 2012 10:27:18 +0000 (10:27 +0000)
commit21b04f5e00e21b4ffbb790d23c26e25b7f977ba2
tree4dd86c5221468674d15d9dcdf4a0044287b356be
parent053d2ba6d1c35c3d3c77bbc48bfd31fd8628ed35
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.

[originally from svn r9412]
terminal.c
terminal.h