diff options
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h index 7e4ddd52b..f82bf75ab 100644 --- a/src/feature.h +++ b/src/feature.h @@ -976,7 +976,7 @@ * +mouse Any mouse support (any of the above enabled). */ /* OS/2 and Amiga console have no mouse support */ -#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) || defined(FEAT_GUI_AMIGA) +#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) # ifdef FEAT_NORMAL # define FEAT_MOUSE_XTERM # endif |