X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/96f3c4a0baaa9231f6e28f742b64b6d7e5856d8c..a9c0245444b7b67e077826089b026d46297fab64:/putty.h diff --git a/putty.h b/putty.h index b6b13344..90e10ffc 100644 --- a/putty.h +++ b/putty.h @@ -341,6 +341,7 @@ typedef struct { /* translations */ VT_Mode vtmode; char line_codepage[32]; + int xlat_capslockcyr; /* X11 forwarding */ int x11_forward; char x11_display[128]; @@ -541,6 +542,7 @@ void EnableSizeTip(int bEnable); void init_ucs_tables(void); void lpage_send(int codepage, char *buf, int len); void luni_send(wchar_t * widebuf, int len); +wchar_t xlat_uskbd2cyrllic(int ch); int check_compose(int first, int second); int decode_codepage(char *cp_name); char *cp_enumerate (int index);