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

#define get_mouse tigetstr("getm")

/** curses should get button events **/

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