caidongyun / futty

Automatically exported from code.google.com/p/futty
Other
0 stars 1 forks source link

Printing to Windows clipboard #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'd like to reintegrate this patch into FuTTY, but I don't like how all that 
Windows specific code is in terminal.c, it should be in windows/winprint.c 
instead I think. And the need for the printclip int can/should be eliminated (I 
think).

http://ericmason.net/2010/04/putty-ssh-windows-clipboard-integration/
http://ericmason.net/putty/putty-0.60-clip.patch

Attached is a better copy of the patch (it applies to the old 0.61 version of 
FuTTY)..

BTW, you can still get what you want to the clipboard, just tell PuTTY to 
"Clear Scrollback", and then cat whatever big file you want, and then "Copy All 
to Clipboard".

Original issue reported on code.google.com by FireEgl on 16 Jun 2012 at 2:48

GoogleCodeExporter commented 8 years ago

Original comment by FireEgl on 16 Jun 2012 at 2:49

Attachments: