Re: [PATCH 1/1] Add ability to show title of active pane in list-windows

2012-10-25 Thread Nicholas Marriott
Applied thanks, and also to find-window. On Wed, Oct 10, 2012 at 06:31:23PM +0200, Carl Henrik Lunde wrote: > This is useful for finding the right window, and can be used > by other programs such as lash > --- > cmd-list-windows.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/cmd-l

Re: "bell-action none" does not work

2012-10-25 Thread Nicholas Marriott
Applied, although I changed to return 0 not 1 (no need to redraw). Thanks! On Fri, Oct 19, 2012 at 12:11:37AM +0900, Seiji Ohashi wrote: > > At Thu, 18 Oct 2012 15:40:54 +0100, > Thomas Adam wrote: > > Isn't it easier to check for this before the loop and just "return;"? > > Thank you. I remade

Re: Patch for Tmux: fix race condition when starting server

2012-10-25 Thread Nicholas Marriott
Hi It's not really a bug - it's just that if-shell and run-shell are always asynchronous. Your change fixes the case where you have a config file and create the first session from "tmux new", which is fine as far as it goes, but it only affects this one case. As you say it doesn't help where I h

Re: Patch for Tmux: fix race condition when starting server

2012-10-25 Thread Rob Hoelz
Does anyone have any feedback on Nicholas' statement, or my own? I would really like this bug to be fixed, and I'm willing to do the fix myself, but I wouldn't mind a little guidance on the "right" way to do it. -Rob On 10/22/12 11:50 AM, Nicholas Marriott wrote: > Hi > > I think all jobs run wi