download, progress, improved screen updates...
[oftp] / src / tgfx.h
index e26b7a0..bab37df 100644 (file)
@@ -14,6 +14,12 @@ enum {
        TGFX_WHITE
 };
 
+/* graphics characters */
+enum {
+       TGFX_LARROW = 256,
+       TGFX_RARROW
+};
+
 enum {
        TGFX_FRAME              = 1,
        TGFX_SHADOW             = 2
@@ -38,4 +44,6 @@ void tg_vtext(int x, int y, const char *fmt, va_list ap);
 
 void tg_rect(const char *label, int x, int y, int xsz, int ysz, unsigned int flags);
 
+int tg_gchar(int gchar);
+
 #endif /* TGFX_H_ */