Merge pull request #25214 from bfredl/glyphcache

refactor(grid): change schar_T representation to be more compact
This commit is contained in:
bfredl
2023-09-19 12:32:41 +02:00
committed by GitHub
25 changed files with 439 additions and 171 deletions

View File

@@ -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;