simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sat Aug 17 17:06:40 BST 2013


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       10025
Date:           2013-08-17 17:06:40 +0100 (Sat, 17 Aug 2013)

Log message (8 lines):
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.

Modified files:
U   putty/Recipe
U   putty/ldisc.c
A   putty/noterm.c
U   putty/windows/window.c

Links:
http://svn.tartarus.org/sgt/?rev=10025&view=rev
http://svn.tartarus.org/sgt/putty/Recipe?rev=10025&r1=10024&r2=10025
http://svn.tartarus.org/sgt/putty/ldisc.c?rev=10025&r1=10024&r2=10025
http://svn.tartarus.org/sgt/putty/noterm.c?rev=10025&view=markup
http://svn.tartarus.org/sgt/putty/windows/window.c?rev=10025&r1=10024&r2=10025



More information about the tartarus-commits mailing list