CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/04/26 05:38:51

Modified files:
        usr.bin/tmux   : Makefile cmd-new-session.c cmd-new-window.c 
                         cmd-queue.c cmd-select-pane.c 
                         cmd-select-window.c cmd-set-option.c 
                         cmd-show-options.c cmd-split-window.c 
                         cmd-string.c notify.c options-table.c options.c 
                         session.c status.c tmux.1 tmux.c tmux.h 
Removed files:
        usr.bin/tmux   : cmd-set-hook.c hooks.c 

Log message:
Merge hooks into options and make each one an array option. This allows
multiple commands to be easily bound to one hook. set-hook and
show-hooks remain but they are now variants of set-option and
show-options. show-options now has a -H flag to show hooks (by default
they are not shown).

Reply via email to