On this page
tmux.WindowHookValues
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_generated.go
-
WindowHookValues is an immutable materialized view of known window hook values; its zero value is empty and it does not refresh. Obtain it with
Window.HooksorGlobalWindowScope.Hooks.OptionValue.Getreports presence andOptionValue.Originreports inheritance. UseWindow.RawHookorGlobalWindowScope.RawHookfor caller-named or undecoded values.
13 declared, 0 inherited
Members
- PaneDied method PaneDied returns materialized "pane-died" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - PaneExited method PaneExited returns materialized "pane-exited" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - PaneFocusIn method PaneFocusIn returns materialized "pane-focus-in" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - PaneFocusOut method PaneFocusOut returns materialized "pane-focus-out" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - PaneModeChanged method PaneModeChanged returns materialized "pane-mode-changed" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - PaneSetClipboard method PaneSetClipboard returns materialized "pane-set-clipboard" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - PaneTitleChanged method PaneTitleChanged returns materialized "pane-title-changed" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - WindowLayoutChanged method WindowLayoutChanged returns materialized "window-layout-changed" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - WindowLinked method WindowLinked returns materialized "window-linked" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - WindowPaneChanged method WindowPaneChanged returns materialized "window-pane-changed" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - WindowRenamed method WindowRenamed returns materialized "window-renamed" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps. - WindowResized method WindowResized returns materialized "window-resized" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.3. Its present SparseArray value preserves assigned tmux indexes, including gaps. - WindowUnlinked method WindowUnlinked returns materialized "window-unlinked" as
OptionValuewith value type OptionValue[SparseArraystring] from window hook values; it does not query tmux. Available as COMMAND since tmux 3.2a. Its present SparseArray value preserves assigned tmux indexes, including gaps.