CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/11 08:46:58
Modified files:
usr.bin/tmux : cmd-set-hook.c hooks.c options.c tmux.h
Log message:
We cannot do hooks_find and then hooks_remove because it might have come
from the parent (global) tree, instead make it remove by name like options.
While here, also tidy up a few bits of options and hooks handling (use
RB_FOREACH_SAFE, and a helper function for the free).
