mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor(float): extract "title" and "title_pos" handling
This commit is contained in:
@@ -936,6 +936,10 @@ typedef enum {
|
||||
kAlignRight = 2,
|
||||
} AlignTextPos;
|
||||
|
||||
typedef enum {
|
||||
kBorderTextTitle = 0,
|
||||
} BorderTextType;
|
||||
|
||||
typedef struct {
|
||||
Window window;
|
||||
lpos_T bufpos;
|
||||
|
Reference in New Issue
Block a user