mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
@@ -2,12 +2,13 @@
|
||||
#define NVIM_UGRID_H
|
||||
|
||||
#include "nvim/ui.h"
|
||||
#include "nvim/globals.h"
|
||||
|
||||
typedef struct ucell UCell;
|
||||
typedef struct ugrid UGrid;
|
||||
|
||||
struct ucell {
|
||||
char data[7];
|
||||
char data[6 * MAX_MCO + 1];
|
||||
HlAttrs attrs;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user