mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
Merge pull request #25214 from bfredl/glyphcache
refactor(grid): change schar_T representation to be more compact
This commit is contained in:
@@ -954,7 +954,7 @@ typedef struct {
|
||||
WinStyle style;
|
||||
bool border;
|
||||
bool shadow;
|
||||
schar_T border_chars[8];
|
||||
char border_chars[8][MAX_SCHAR_SIZE];
|
||||
int border_hl_ids[8];
|
||||
int border_attr[8];
|
||||
bool title;
|
||||
|
Reference in New Issue
Block a user