Hi. I believe the following line in configure.in is wrong: if test x$support_mousewheel = xyes; then AC_DEFINE(NO_MOUSE_WHEEL) fi it should either read ... support_mousewheel = xno or ... AC_DEFINE(MOUSE_WHEEL) in which camse the line "#ifndef NO_MOUSE_WHEEL" in command.c should be changed to "#ifdef MOUSE_WHEEL" (i myself prefer this solution). I could submit a patch, but i suspect it's easier for me to just let you know. Ali.
