input events and empty UNIX functions
[oftp] / src / unix / tgfx.c
diff --git a/src/unix/tgfx.c b/src/unix/tgfx.c
new file mode 100644 (file)
index 0000000..4c8955d
--- /dev/null
@@ -0,0 +1,38 @@
+#include <curses.h>
+#include "tgfx.h"
+
+void tg_clear(void)
+{
+}
+
+
+void tg_fgcolor(int col)
+{
+}
+
+void tg_bgcolor(int col)
+{
+}
+
+void tg_color(int col)
+{
+}
+
+void tg_bgchar(int c)
+{
+}
+
+
+void tg_setcursor(int x, int y)
+{
+}
+
+
+void tg_text(int x, int y, const char *fmt, ...)
+{
+}
+
+
+void tg_rect(const char *label, int x, int y, int xsz, int ysz, unsigned int flags)
+{
+}