#ifndef HSCURSESUTILS_H #define HSCURSESUTILS_H #include "HSCurses.h" #include "HsFFI.h" #include extern void hscurses_nomacro_getyx(WINDOW *win, int *y, int *x ); extern chtype hs_curses_color_pair(HsInt pair ); extern HsInt hs_get_mb_cur_max(); #endif // HSCURSESUTILS_H