diff options
Diffstat (limited to 'src/nvim/grid.h')
-rw-r--r-- | src/nvim/grid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/grid.h b/src/nvim/grid.h index 1b2c529a93..6e3c4fd770 100644 --- a/src/nvim/grid.h +++ b/src/nvim/grid.h @@ -29,6 +29,7 @@ EXTERN bool resizing_screen INIT( = 0); EXTERN schar_T *linebuf_char INIT( = NULL); EXTERN sattr_T *linebuf_attr INIT( = NULL); EXTERN colnr_T *linebuf_vcol INIT( = NULL); +EXTERN char *linebuf_scratch INIT( = NULL); // Low-level functions to manipulate individual character cells on the // screen grid. |