Not going to add these options right now.

This commit is contained in:
Nicholas Marriott
2026-05-27 19:37:49 +01:00
parent 2f94d43127
commit 2d191970de
3 changed files with 0 additions and 31 deletions

View File

@@ -604,8 +604,6 @@ screen_redraw_make_pane_status(struct client *c, struct window_pane *wp,
else
border_option = "pane-border-style";
style_apply(&gc, w->options, border_option, ft);
if (wp->flags & PANE_FLOATING)
style_add(&gc, w->options, "floating-pane-border-style", ft);
if (options_get_only(wp->options, border_option) != NULL)
style_add(&gc, wp->options, border_option, ft);
fmt = options_get_string(wp->options, "pane-border-format");