CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2020/04/13 01:25:33
Modified files: usr.bin/tmux : cmd-set-option.c cmd-show-options.c notify.c options-table.c tmux.1 Log message: Change so that the appropriate hooks for windows and panes belong to pane/window options rather than all being session options. This is useful for example to create a pane that is automatically closed on some condition. From Anindya Mukherjee.