]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/unix.h
Make the `vtmode' config option work under X. In the process I've
[PuTTY.git] / unix / unix.h
index bb35a1162b6a287a200722250db0f33ed1460c28..843655ef64b8f32175f85e8750f02fd479b4fa3d 100644 (file)
@@ -115,7 +115,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.