From fc69aeef2399fec998dbfa5e29ab17c43c929451 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 15 Mar 1999 22:27:36 +0000 Subject: [PATCH] added term_copy and term_paste [originally from svn r110] --- putty.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/putty.h b/putty.h index c87c73d7..81935f76 100644 --- 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);