mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 05:46:12 +00:00
feat(float): 'winborder' "bold" style #33189
This commit is contained in:
@@ -942,6 +942,7 @@ static void parse_border_style(Object style, WinConfig *fconfig, Error *err)
|
||||
{ opt_winborder_values[3], { "", "", " ", " ", " ", " ", " ", "" }, true },
|
||||
{ opt_winborder_values[4], { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, false },
|
||||
{ opt_winborder_values[5], { " ", " ", " ", " ", " ", " ", " ", " " }, false },
|
||||
{ opt_winborder_values[6], { "┏", "━", "┓", "┃", "┛", "━", "┗", "┃" }, false },
|
||||
{ NULL, { { NUL } }, false },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user