Re: [PATCH V2 3/3] Define on-bell hook.

2013-04-14 Thread Nicholas Marriott
Comment inline. On Sun, Apr 14, 2013 at 05:01:38PM +0100, Thomas Adam wrote: > This allows for hooks to run when a bell is sounded by tmux. > --- > server-window.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/server-window.c b/server-window.c > index 4f5a5

[PATCH V2 3/3] Define on-bell hook.

2013-04-14 Thread Thomas Adam
This allows for hooks to run when a bell is sounded by tmux. --- server-window.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/server-window.c b/server-window.c index 4f5a550..99c25eb 100644 --- a/server-window.c +++ b/server-window.c @@ -88,7 +88,7 @@ server_wind