Lines Matching defs:active
145 * active window's border when there are two panes.
321 struct window_pane *wp, *active;
337 active = wp = server_client_get_pane(c);
355 } while (wp != active);
358 active = wp = server_client_get_pane(c);
408 } while (wp != active);
445 style_apply(&gc, w->options, "pane-active-border-style", ft);
695 struct window_pane *active = server_client_get_pane(c);
704 if (screen_redraw_check_is(ctx, x, y, active))
705 style_apply(&wp->border_gc, oo, "pane-active-border-style", ft);
723 struct window_pane *wp, *active = server_client_get_pane(c);
784 border = screen_redraw_pane_border(ctx, active, x, y);
797 screen_redraw_check_is(ctx, x, y, active)) {
852 struct screen *s = c->status.active;