X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/73e78a30c9492928846e7ff42386bff0b536c683..a7419ea4b837b23a36ea0eb71b0c24a31a49d3fc:/putty.h diff --git a/putty.h b/putty.h index 5a521cb3..d8be7e51 100644 --- 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