mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
floats: implement floating windows
Co-Author: Dongdong Zhou <dzhou121@gmail.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef NVIM_POPUPMNU_H
|
||||
#define NVIM_POPUPMNU_H
|
||||
|
||||
#include "nvim/macros.h"
|
||||
#include "nvim/grid_defs.h"
|
||||
#include "nvim/types.h"
|
||||
|
||||
/// Used for popup menu items.
|
||||
@@ -11,6 +13,7 @@ typedef struct {
|
||||
char_u *pum_info; // extra info
|
||||
} pumitem_T;
|
||||
|
||||
EXTERN ScreenGrid pum_grid INIT(= SCREEN_GRID_INIT);
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "popupmnu.h.generated.h"
|
||||
|
Reference in New Issue
Block a user