perf(ui): unpack grid_line (screen contents) directly

This commit is contained in:
bfredl
2022-06-29 22:49:37 +02:00
parent be3d2f5125
commit 0b63f5afad
7 changed files with 175 additions and 119 deletions

View File

@@ -128,4 +128,13 @@ typedef struct {
const char *start; ///< Location where region starts.
} StlClickRecord;
typedef struct {
int args[3];
int icell;
int ncells;
int coloff;
int cur_attr;
int clear_width;
} GridLineEvent;
#endif // NVIM_GRID_DEFS_H