diff options
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h index f007df69a..0ab57e93a 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1081,7 +1081,8 @@ /* GUI and some consoles can change the shape of the cursor. The code is also * needed for the 'mouseshape' option. */ -#if defined(FEAT_GUI) || defined(MCH_CURSOR_SHAPE) || defined(FEAT_MOUSESHAPE) +#if defined(FEAT_GUI) || defined(MCH_CURSOR_SHAPE) || defined(FEAT_MOUSESHAPE) \ + || (defined(UNIX) && defined(FEAT_NORMAL)) # define CURSOR_SHAPE #endif |