diff --git a/curses.h b/curses.h index fbbf8952..b9fcbf8d 100644 --- a/curses.h +++ b/curses.h @@ -214,10 +214,10 @@ typedef unsigned long mmask_t; typedef struct { - short id; /* unused, always 0 */ - int x, y, z; /* x, y same as MOUSE_STATUS; z unused */ - mmask_t bstate; /* equivalent to changes + button[], but - in the same format as used for mousemask() */ + short id; /* unused, always 0 */ + int x, y, z; /* x, y same as MOUSE_STATUS; z unused */ + mmask_t bstate; /* equivalent to changes + button[], but + in the same format as used for mousemask() */ } MEVENT; #ifdef NCURSES_MOUSE_VERSION