Implement writing RTF to the clipboard (off by default), so that if
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 5a521cb..d8be7e5 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -328,6 +328,7 @@ typedef struct {
     int mouse_is_xterm;
     int rect_select;
     int rawcnp;
+    int rtf_paste;
     int mouse_override;
     short wordness[256];
     /* translations */
@@ -539,6 +540,7 @@ int check_compose(int first, int second);
 int decode_codepage(char *cp_name);
 char *cp_enumerate (int index);
 char *cp_name(int codepage);
+void get_unitab(int codepage, wchar_t * unitab, int ftype);
 
 /*
  * Exports from mscrypto.c