summaryrefslogtreecommitdiffstats
path: root/screen-redraw.c
diff options
context:
space:
mode:
authornicm <nicm>2015-12-15 00:00:01 +0000
committernicm <nicm>2015-12-15 00:00:01 +0000
commit12da13c9d1e0e015ed19761e352ee6b877b23aa4 (patch)
tree2e8a12562054300f12fb2fc782c57d54ae4a4853 /screen-redraw.c
parentd5999f8b5cbbd3648d7a6c00100e5eab279a90bb (diff)
Make the marked pane a cmd_find_state.
Diffstat (limited to 'screen-redraw.c')
-rw-r--r--screen-redraw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen-redraw.c b/screen-redraw.c
index fd4536d0..9958d04a 100644
--- a/screen-redraw.c
+++ b/screen-redraw.c
@@ -331,9 +331,9 @@ screen_redraw_draw_borders(struct client *c, int status, u_int top)
continue;
active = screen_redraw_check_is(i, j, type, w,
w->active, wp);
- if (server_is_marked(s, s->curw, marked_window_pane) &&
+ if (server_is_marked(s, s->curw, marked_pane.wp) &&
screen_redraw_check_is(i, j, type, w,
- marked_window_pane, wp)) {
+ marked_pane.wp, wp)) {
if (active)
tty_attributes(tty, &m_active_gc, NULL);
else