]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/unix.h
pterm: set IUTF8 on pty devices depending on charset.
[PuTTY.git] / unix / unix.h
index 271d3aa4099f3235178f6dd16c93fe12f666d207..6f97901af82228a80d4e6dd657a4032edefacdd3 100644 (file)
@@ -91,6 +91,7 @@ unsigned long getticks(void);        /* based on gettimeofday(2) */
 const char *get_x_display(void *frontend);
 int font_dimension(void *frontend, int which);/* 0 for width, 1 for height */
 long get_windowid(void *frontend);
+int frontend_is_utf8(void *frontend);
 
 /* Things gtkdlg.c needs from pterm.c */
 void *get_window(void *frontend);      /* void * to avoid depending on gtk.h */