define NCURSES_MOUSE_VERSION as 1 (not 2) if pdcurses is used

This commit is contained in:
Andrzej Rybczak
2009-09-20 21:02:22 +02:00
parent 91ffdf9799
commit d995b9f065

View File

@@ -26,7 +26,7 @@
#endif
#ifdef USE_PDCURSES
# define NCURSES_MOUSE_VERSION 2
# define NCURSES_MOUSE_VERSION 1
#endif
#include "curses.h"