summaryrefslogtreecommitdiff
path: root/src/curses/getparyx.c
blob: ce850375d493aa6fe29447021ad3b6f8c073e989 (plain)
1
2
3
4
5
#include <curses.h>
#define getparyx(_win, _y, _x) /* TODO */
/*
XOPEN(400)
*/