diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-09-24 12:01:23 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-09-24 12:01:23 +0100 |
commit | cb1a6266921fc57991e572c898e06e8dd9f49c00 (patch) | |
tree | 4e87af93585b8987779e8d9b3f6db2da4ba3369e /cmd-select-pane.c | |
parent | dd254b90d7a281ee10e10cde3e70749f143af368 (diff) | |
parent | 232050830bbbfd9758d22dc84bcd78ce4c6ff3c5 (diff) | |
download | rtmux-cb1a6266921fc57991e572c898e06e8dd9f49c00.tar.gz rtmux-cb1a6266921fc57991e572c898e06e8dd9f49c00.tar.bz2 rtmux-cb1a6266921fc57991e572c898e06e8dd9f49c00.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-select-pane.c')
-rw-r--r-- | cmd-select-pane.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd-select-pane.c b/cmd-select-pane.c index 15f76afe..6542c919 100644 --- a/cmd-select-pane.c +++ b/cmd-select-pane.c @@ -154,6 +154,8 @@ cmd_select_pane_exec(struct cmd *self, struct cmdq_item *item) cmdq_error(item, "bad style: %s", style); return (CMD_RETURN_ERROR); } + options_set_style(wp->options, "window-active-style", 0, + style); wp->flags |= (PANE_REDRAW|PANE_STYLECHANGED); } if (args_has(self->args, 'g')) { |