summaryrefslogtreecommitdiff
path: root/curses/getparyx.h
diff options
context:
space:
mode:
Diffstat (limited to 'curses/getparyx.h')
-rw-r--r--curses/getparyx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/curses/getparyx.h b/curses/getparyx.h
new file mode 100644
index 0000000..ce85037
--- /dev/null
+++ b/curses/getparyx.h
@@ -0,0 +1,5 @@
+#include <curses.h>
+#define getparyx(_win, _y, _x) /* TODO */
+/*
+XOPEN(400)
+*/