mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
floats: implement floating windows
Co-Author: Dongdong Zhou <dzhou121@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@ typedef enum {
|
||||
kUIMultigrid,
|
||||
kUIHlState,
|
||||
kUITermColors,
|
||||
kUIFloatDebug,
|
||||
kUIExtCount,
|
||||
} UIExtension;
|
||||
|
||||
@@ -33,9 +34,9 @@ EXTERN const char *ui_ext_names[] INIT(= {
|
||||
"ext_multigrid",
|
||||
"ext_hlstate",
|
||||
"ext_termcolors",
|
||||
"_debug_float",
|
||||
});
|
||||
|
||||
|
||||
typedef struct ui_t UI;
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user