Re: [PATCH 1/2] Define hooks infrasructure
On Mon, Apr 08, 2013 at 09:48:04AM +0100, Thomas Adam wrote: > This adds an implementation hooks using a RB tree to store the name of the > hook and the command-list it uses. These will be accessed via commands to > add/remove hooks. > --- > hooks.c | 114 > +++
[PATCH 1/2] Define hooks infrasructure
This adds an implementation hooks using a RB tree to store the name of the hook and the command-list it uses. These will be accessed via commands to add/remove hooks. --- hooks.c | 114 + session.c |2 ++ tmux.c|2 ++ tmux