4c8955da1f46d3f38613ed75db5a29f9878173f6
[oftp] / src / unix / tgfx.c
1 #include <curses.h>
2 #include "tgfx.h"
3
4 void tg_clear(void)
5 {
6 }
7
8
9 void tg_fgcolor(int col)
10 {
11 }
12
13 void tg_bgcolor(int col)
14 {
15 }
16
17 void tg_color(int col)
18 {
19 }
20
21 void tg_bgchar(int c)
22 {
23 }
24
25
26 void tg_setcursor(int x, int y)
27 {
28 }
29
30
31 void tg_text(int x, int y, const char *fmt, ...)
32 {
33 }
34
35
36 void tg_rect(const char *label, int x, int y, int xsz, int ysz, unsigned int flags)
37 {
38 }