commit | 9cbe9675ea8a8efb01dcc5f267e6d5853b2cd58f | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon Apr 13 07:25:33 2020 +0000 |
committer | nicm <nicm> | Mon Apr 13 07:25:33 2020 +0000 |
tree | 60971ed265c57e1bb43345b88e872181ff7ebb85 | |
parent | ad38ef6ff43b5794f09911c1ae72f44bb6f0869f [diff] |
Change so that the appropriate hooks for windows and panes belong to pane/window options rather than all being session options. This is useful for example to create a pane that is automatically closed on some condition. From Anindya Mukherjee.