Re: memory leak in cmd_find_window_exec

2014-05-03 Thread J Raynor
My patch isn't correct. It misses the case where there's only 1 item in find_list. I've attached a new patch which should correctly free the memory. On Thu, May 1, 2014 at 1:48 AM, J Raynor wrote: > It looks like there's a memory leak in cmd_find_window_exec. This > function calls cmd_find_wi

Re: [tmux:tickets] #125 List windows output truncated

2014-05-03 Thread Balazs Kezes
On 2014-04-30 11:03 +, mMontu wrote: > > Just to clarify: you are running list-panes from the tmux command > > line? > Indeed, I wasn't even aware of any other way of running this command. Yes, you can use "tmux list-panes" from a shell instead of the tmux command line and you won't see this s

Re: [tmux:tickets] #120 Alt+Arrow binding no longer respected in 1.9

2014-05-03 Thread Balazs Kezes
Sorry for the inconveniences caused but my last email was weirdly constructed and not properly viewable in the mailing list archive, so here's the contents again: [+tmux-users] On 2014-04-29 17:51 +, daemianmack wrote: > Yes, reverting that commit [c52548f6fd311e4df3076ba4cc6f6ab8849557ac] >

Fwd: Re: [tmux:tickets] #120 Alt+Arrow binding no longer respected in 1.9

2014-05-03 Thread Balazs Kezes
--- Begin Message --- [+tmux-users] On 2014-04-29 17:51 +, daemianmack wrote: > Yes, reverting that commit [c52548f6fd311e4df3076ba4cc6f6ab8849557ac] > fixes the problem for me. Although I still can't test it but I think I know what happens. That commit contained this change: diff --git a/xt