]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
The edit menu is now mostly functional. I'm not sure about paste, since I
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 81935f760c339c5e1056974bb010e34bc0b63b35..34b57cb09f4f0c70cc2cd5704a4e7889b073c64a 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -164,7 +164,8 @@ typedef struct {
     unsigned char colours[22][3];
 #endif /* not macintosh */
     /* Selection options */
-#ifndef macintosh
+    int implicit_copy;
+#ifdef macintosh
     int mouse_is_xterm;
 #endif
     short wordness[256];
@@ -246,6 +247,7 @@ void term_clrsb (void);
 void term_mouse (Mouse_Button, Mouse_Action, int, int);
 void term_copy(void);
 void term_paste(void);
+int term_hasselection(void);
 void term_deselect (void);
 void term_update (void);
 void term_invalidate(void);