aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/grid_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/grid_defs.h')
-rw-r--r--src/nvim/grid_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/grid_defs.h b/src/nvim/grid_defs.h
index 830c74e86d..aae61cc719 100644
--- a/src/nvim/grid_defs.h
+++ b/src/nvim/grid_defs.h
@@ -117,6 +117,7 @@ typedef struct {
int coloff;
int cur_attr;
int clear_width;
+ bool wrap;
} GridLineEvent;
#endif // NVIM_GRID_DEFS_H