diff options
Diffstat (limited to 'src/term.h')
-rw-r--r-- | src/term.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/term.h b/src/term.h index b95b4f6de..cc02aaaf3 100644 --- a/src/term.h +++ b/src/term.h @@ -92,9 +92,7 @@ enum SpecialKey KS_CSI, /* start insert mode (bar cursor) */ KS_CEI, /* end insert mode (block cursor) */ KS_CSR, /* start replace mode (underline cursor) */ -#ifdef FEAT_WINDOWS KS_CSV, /* scroll region vertical */ -#endif KS_OP, /* original color pair */ KS_U7, /* request cursor position */ KS_8F, /* set foreground color (RGB) */ |