summaryrefslogtreecommitdiff
path: root/src/term/get_mouse.c
blob: 18e7452732e2689b024bcaff3c9a80d60650c807 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define get_mouse tigetstr("getm")

/** curses should get button events **/

/*
TERMINFO_NAME(getm)
TERMCAP_NAME(Gm)
XOPEN(400)
*/