]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Make calling term_nopaste() a cross-platform feature.
authorSimon Tatham <anakin@pobox.com>
Sat, 17 Aug 2013 16:06:40 +0000 (16:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 17 Aug 2013 16:06:40 +0000 (16:06 +0000)
commit3776bf5ea35f0aebdc81b90ed54a5d63c7c287e5
tree003dde7e56bacd0c4c3bece1cbf1df59fdba8e36
parent355146c0f8106a982bec7789d98e27686b7c8d4d
Make calling term_nopaste() a cross-platform feature.

It was one of those things that went in ages ago on Windows and never
got replicated in the Unix front end. And it needn't be: ldisc.c is a
perfect place to put it, since it knows which of the data it's sending
is based on a keystroke and which is automatically generated, and it
also has access to the terminal context. So now a keypress can
interrupt a runaway paste on all platforms.

git-svn-id: http://svn.tartarus.org/sgt/putty@10025 cda61777-01e9-0310-a592-d414129be87e
Recipe
ldisc.c
noterm.c [new file with mode: 0644]
windows/window.c