Add ISO-8859-2 / Win-1250 char set translation
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index c2d6362..273a811 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -145,6 +145,7 @@ typedef struct {
     short wordness[256];
     /* russian language translation */
     int xlat_enablekoiwin;
+    int xlat_88592w1250;
     int xlat_capslockcyr;
 } Config;