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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/grid_defs.h b/src/nvim/grid_defs.h
index dee096214f..bf0a5d63a8 100644
--- a/src/nvim/grid_defs.h
+++ b/src/nvim/grid_defs.h
@@ -48,10 +48,10 @@ typedef struct ScreenGrid ScreenGrid;
struct ScreenGrid {
handle_T handle;
- schar_T *chars;
- sattr_T *attrs;
+ schar_T *chars;
+ sattr_T *attrs;
unsigned *line_offset;
- char_u *line_wraps;
+ char_u *line_wraps;
// last column that was drawn (not cleared with the default background).
// only used when "throttled" is set. Not allocated by grid_alloc!