aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/types.h')
-rw-r--r--src/nvim/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/types.h b/src/nvim/types.h
index aa4332fad1..6d39caab50 100644
--- a/src/nvim/types.h
+++ b/src/nvim/types.h
@@ -43,6 +43,8 @@ typedef struct {
// the size expected to be allocated to the internal grid
int internal_rows;
int internal_columns;
+
+ int was_resized;
} ScreenGrid;
#endif // NVIM_TYPES_H