mouse_support for win/curses using ncurses

This commit is contained in:
PatR
2019-06-26 15:46:44 -07:00
parent fa4f9bb8ae
commit aada9e2706
5 changed files with 55 additions and 4 deletions

View File

@@ -169,6 +169,7 @@ extern int curses_read_attrs(const char *attrs);
extern char *curses_fmt_attrs(char *);
extern int curses_convert_keys(int key);
extern int curses_get_mouse(int *mousex, int *mousey, int *mod);
extern void curses_mouse_support(int);
/* cursdial.c */