feat(float): 'winborder' "bold" style #33189

This commit is contained in:
glepnir
2025-03-31 21:39:50 +08:00
committed by GitHub
parent 57b4fb5c53
commit 216cc893bf
6 changed files with 31 additions and 495 deletions

View File

@@ -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 },
};