mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
refactor: replace char_u with char or uint8_t (#22400)
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -50,7 +50,7 @@ struct ScreenGrid {
|
||||
schar_T *chars;
|
||||
sattr_T *attrs;
|
||||
size_t *line_offset;
|
||||
char_u *line_wraps;
|
||||
char *line_wraps;
|
||||
|
||||
// last column that was drawn (not cleared with the default background).
|
||||
// only used when "throttled" is set. Not allocated by grid_alloc!
|
||||
|
Reference in New Issue
Block a user