Support for non-ISO-8859-1 X keysyms. So in particular, pterm in a
[u/mdw/putty] / unix / unix.h
index bb35a11..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);
 
@@ -115,7 +118,7 @@ void (*putty_signal(int sig, void (*func)(int)))(int);
  */
 struct unicode_data;
 int init_ucs(struct unicode_data *ucsdata,
-            char *line_codepage, int font_charset);
+            char *line_codepage, int font_charset, int vtmode);
 
 /*
  * Spare function exported directly from uxnet.c.