Support for non-ISO-8859-1 X keysyms. So in particular, pterm in a
[u/mdw/putty] / unix / unix.h
index 843655e..aeffead 100644 (file)
@@ -71,6 +71,9 @@ int reallyclose(void *frontend);
 char *make_default_wintitle(char *hostname);
 int process_nonoption_arg(char *arg, Config *cfg);
 
+/* pterm.c needs this special function in xkeysym.c */
+int keysym_to_unicode(int keysym);
+
 /* Things uxstore.c needs from pterm.c */
 char *x_get_default(const char *key);