define NCURSES_MOUSE_VERSION if pdcurses is used

This commit is contained in:
Andrzej Rybczak
2009-09-20 18:56:30 +02:00
parent 487b2fc1c9
commit 20b0bcc85e
2 changed files with 4 additions and 4 deletions

View File

@@ -25,6 +25,10 @@
#include <config.h>
#endif
#ifdef USE_PDCURSES
# define NCURSES_MOUSE_VERSION 2
#endif
#include "curses.h"
#include <deque>