display-message in bindings no longer working as I expect

2013-03-23 Thread Aaron Jensen
If I do this: bind ^H run "tmux display-message '#{pane_title}'" Then it will show blank instead of the current pane's title. It's as if it loses the context of the current pane. And yes, I do need the `run`, the real binding does more than this. This seems to be a recent regression. Thank

Re: display-message in bindings no longer working as I expect

2013-03-23 Thread Aaron Jensen
bisect tells me this is the bad commit: a6ad44f111a42553ad38a850a0e215914ea1f037 is the first bad commit commit a6ad44f111a42553ad38a850a0e215914ea1f037 Author: Nicholas Marriott Date: Mon Mar 11 09:43:56 2013 + Fix if-shell and run-shell if there are no sessions. Batted around throug