mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
Border: allow to enable/disable specific border edges
This commit is contained in:
@@ -1085,6 +1085,7 @@ typedef struct {
|
||||
bool focusable;
|
||||
WinStyle style;
|
||||
bool border;
|
||||
bool shadow;
|
||||
schar_T border_chars[8];
|
||||
int border_hl_ids[8];
|
||||
int border_attr[8];
|
||||
@@ -1266,7 +1267,7 @@ struct window_S {
|
||||
int w_height_request;
|
||||
int w_width_request;
|
||||
|
||||
int w_border_adj;
|
||||
int w_border_adj[4]; // top, right, bottom, left
|
||||
// outer size of window grid, including border
|
||||
int w_height_outer;
|
||||
int w_width_outer;
|
||||
|
Reference in New Issue
Block a user