Correctly display vt100 graphics in non UTF-8 locales.
[apps/madtty.git] / madtty / madtty.h
index d36ddfb..c790a50 100644 (file)
@@ -32,6 +32,7 @@
 
 void madtty_init_colors(void);
 int madtty_color_pair(int fg, int bg);
+void madtty_init_vt100_graphics(void);
 
 typedef struct madtty_t madtty_t;
 
@@ -45,5 +46,4 @@ int madtty_process(madtty_t *);
 void madtty_keypress(madtty_t *, int keycode);
 void madtty_draw(madtty_t *, WINDOW *win, int startrow, int startcol);
 
-
 #endif /* MADTTY_MADTTY_H */