=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- src/usr.bin/tmux/options-table.c 2024/05/14 07:40:39 1.172 +++ src/usr.bin/tmux/options-table.c 2024/05/14 07:52:19 1.173 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.172 2024/05/14 07:40:39 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.173 2024/05/14 07:52:19 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -1334,6 +1334,7 @@ OPTIONS_TABLE_HOOK("client-focus-out", ""), OPTIONS_TABLE_HOOK("client-resized", ""), OPTIONS_TABLE_HOOK("client-session-changed", ""), + OPTIONS_TABLE_HOOK("command-error", ""), OPTIONS_TABLE_PANE_HOOK("pane-died", ""), OPTIONS_TABLE_PANE_HOOK("pane-exited", ""), OPTIONS_TABLE_PANE_HOOK("pane-focus-in", ""),