X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=34b57cb09f4f0c70cc2cd5704a4e7889b073c64a;hb=e43dc5ecd425ecc35398898d79c8578b50704932;hp=81935f760c339c5e1056974bb010e34bc0b63b35;hpb=fc69aeef2399fec998dbfa5e29ab17c43c929451;p=PuTTY.git diff --git a/putty.h b/putty.h index 81935f76..34b57cb0 100644 --- 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);