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

master
Andrzej Rybczak 17 years ago
parent 91ffdf9799
commit d995b9f065
  1. 2
      src/window.h

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

Loading…
Cancel
Save