aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-07-28 10:01:19 +0100
committerThomas Adam <thomas@xteddy.org>2021-07-28 10:01:19 +0100
commit63f9f3113c731b7a7ced2f10b047722647d7b544 (patch)
treefdff7ebc5a5753e734b00e5774a7e34bd6803a67
parent7cbf4c902779c5493190266b31157ed111e567ab (diff)
parente37aa45681acf15a98de1940901d7e368dbbf33b (diff)
downloadrtmux-63f9f3113c731b7a7ced2f10b047722647d7b544.tar.gz
rtmux-63f9f3113c731b7a7ced2f10b047722647d7b544.tar.bz2
rtmux-63f9f3113c731b7a7ced2f10b047722647d7b544.zip
Merge branch 'obsd-master' into master
-rw-r--r--options-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c
index 724f3af0..6244fb3a 100644
--- a/options-table.c
+++ b/options-table.c
@@ -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 }
};