Merge branch 'obsd-master' into master

pull/2802/head
Thomas Adam 2021-07-28 10:01:19 +01:00
commit 63f9f3113c
1 changed files with 2 additions and 2 deletions

View File

@ -1160,10 +1160,10 @@ const struct options_table_entry options_table[] = {
OPTIONS_TABLE_HOOK("session-renamed", ""),
OPTIONS_TABLE_HOOK("session-window-changed", ""),
OPTIONS_TABLE_WINDOW_HOOK("window-layout-changed", ""),
OPTIONS_TABLE_WINDOW_HOOK("window-linked", ""),
OPTIONS_TABLE_HOOK("window-linked", ""),
OPTIONS_TABLE_WINDOW_HOOK("window-pane-changed", ""),
OPTIONS_TABLE_WINDOW_HOOK("window-renamed", ""),
OPTIONS_TABLE_WINDOW_HOOK("window-unlinked", ""),
OPTIONS_TABLE_HOOK("window-unlinked", ""),
{ .name = NULL }
};