summaryrefslogtreecommitdiff
path: root/term/tgoto.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/tgoto.c')
-rw-r--r--term/tgoto.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/tgoto.c b/term/tgoto.c
new file mode 100644
index 0000000..ed0b6ea
--- /dev/null
+++ b/term/tgoto.c
@@ -0,0 +1,11 @@
+#include <term.h>
+
+char * tgoto(char * cap, int col, int row)
+{
+ return tiparam(cap, col, row);
+}
+
+/*
+XOPEN(400, 700)
+LINK(curses)
+*/