]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
added term_copy and term_paste
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 15 Mar 1999 22:27:36 +0000 (22:27 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 15 Mar 1999 22:27:36 +0000 (22:27 +0000)
[originally from svn r110]

putty.h

diff --git a/putty.h b/putty.h
index c87c73d78f135bb24f4c635eaa7d06b2b45e37ae..81935f760c339c5e1056974bb010e34bc0b63b35 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -244,6 +244,8 @@ void term_scroll (int, int);
 void term_pwron (void);
 void term_clrsb (void);
 void term_mouse (Mouse_Button, Mouse_Action, int, int);
+void term_copy(void);
+void term_paste(void);
 void term_deselect (void);
 void term_update (void);
 void term_invalidate(void);