mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Make window-linked and window-unlinked window options, GitHub issue
2790.
This commit is contained in:
parent
78ec057916
commit
e37aa45681
@ -1161,10 +1161,10 @@ const struct options_table_entry options_table[] = {
|
|||||||
OPTIONS_TABLE_HOOK("session-renamed", ""),
|
OPTIONS_TABLE_HOOK("session-renamed", ""),
|
||||||
OPTIONS_TABLE_HOOK("session-window-changed", ""),
|
OPTIONS_TABLE_HOOK("session-window-changed", ""),
|
||||||
OPTIONS_TABLE_WINDOW_HOOK("window-layout-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-pane-changed", ""),
|
||||||
OPTIONS_TABLE_WINDOW_HOOK("window-renamed", ""),
|
OPTIONS_TABLE_WINDOW_HOOK("window-renamed", ""),
|
||||||
OPTIONS_TABLE_WINDOW_HOOK("window-unlinked", ""),
|
OPTIONS_TABLE_HOOK("window-unlinked", ""),
|
||||||
|
|
||||||
{ .name = NULL }
|
{ .name = NULL }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user