=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.132 retrieving revision 1.133 diff -c -r1.132 -r1.133 *** src/usr.bin/tmux/options-table.c 2020/05/22 15:08:38 1.132 --- src/usr.bin/tmux/options-table.c 2020/07/24 07:05:37 1.133 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.132 2020/05/22 15:08:38 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.133 2020/07/24 07:05:37 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 1121,1126 **** --- 1121,1127 ---- OPTIONS_TABLE_PANE_HOOK("pane-focus-out", ""), OPTIONS_TABLE_PANE_HOOK("pane-mode-changed", ""), OPTIONS_TABLE_PANE_HOOK("pane-set-clipboard", ""), + OPTIONS_TABLE_PANE_HOOK("pane-title-changed", ""), OPTIONS_TABLE_HOOK("session-closed", ""), OPTIONS_TABLE_HOOK("session-created", ""), OPTIONS_TABLE_HOOK("session-renamed", ""),