mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
perf(ui): unpack grid_line (screen contents) directly
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user