Move pane border options to window options rather than session, from Marc Finet.

This commit is contained in:
nicm
2015-02-06 15:09:34 +00:00
parent 90bf7026f6
commit 83a8e1fd20
3 changed files with 53 additions and 51 deletions

View File

@@ -275,7 +275,7 @@ void
screen_redraw_draw_borders(struct client *c, int status, u_int top)
{
struct window *w = c->session->curw->window;
struct options *oo = &c->session->options;
struct options *oo = &w->options;
struct tty *tty = &c->tty;
struct window_pane *wp;
struct grid_cell active_gc, other_gc, msg_gc;