aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/window.h')
-rw-r--r--src/nvim/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/window.h b/src/nvim/window.h
index 9fd4d67b3f..f348f102c9 100644
--- a/src/nvim/window.h
+++ b/src/nvim/window.h
@@ -35,6 +35,8 @@
#define MIN_COLUMNS 12 // minimal columns for screen
#define MIN_LINES 2 // minimal lines for screen
+// Set to true if 'cmdheight' was explicitly set to 0.
+EXTERN bool p_ch_was_zero INIT(= false);
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "window.h.generated.h"
#endif