mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
api/ui: use ui options instead of one method per feature
Use new nvim_ui_ prefix to avoid breaking change.
This commit is contained in:
@@ -15,7 +15,7 @@ typedef struct {
|
||||
typedef struct ui_t UI;
|
||||
|
||||
struct ui_t {
|
||||
bool rgb;
|
||||
bool rgb, pum_external;
|
||||
int width, height;
|
||||
void *data;
|
||||
void (*resize)(UI *ui, int rows, int columns);
|
||||
|
Reference in New Issue
Block a user