On this page
tmux.PaneOptionValues
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_generated.go
-
PaneOptionValues is an immutable materialized view of known pane option values; its zero value is empty and it does not refresh. Obtain it with
Pane.Options.OptionValue.Getreports presence andOptionValue.Originreports inheritance. UsePane.RawOptionfor caller-named or undecoded values.
19 declared, 0 inherited
Members
- AllowPassthrough method AllowPassthrough returns materialized "allow-passthrough" as
OptionValuewith value type OptionValueAllowPassthroughfrom pane option values; it does not query tmux. Available as FLAG since tmux 3.3; CHOICE since tmux 3.4 (choices: "off", "on", "all"); set it withPane.SetAllowPassthrough. - AllowRename method AllowRename returns materialized "allow-rename" as
OptionValuewith value type OptionValueboolfrom pane option values; it does not query tmux. Available as FLAG since tmux 3.2a; set it withPane.SetAllowRename. - AllowSetTitle method AllowSetTitle returns materialized "allow-set-title" as
OptionValuewith value type OptionValueboolfrom pane option values; it does not query tmux. Available as FLAG since tmux 3.5; set it withPane.SetAllowSetTitle. - AlternateScreen method AlternateScreen returns materialized "alternate-screen" as
OptionValuewith value type OptionValueboolfrom pane option values; it does not query tmux. Available as FLAG since tmux 3.2a; set it withPane.SetAlternateScreen. - CopyModePositionFormat method CopyModePositionFormat returns materialized "copy-mode-position-format" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as STRING since tmux 3.6; set it withPane.SetCopyModePositionFormat. - CursorColour method CursorColour returns materialized "cursor-colour" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as COLOUR since tmux 3.3; set it withPane.SetCursorColour. - CursorStyle method CursorStyle returns materialized "cursor-style" as
OptionValuewith value type OptionValueCursorStylefrom pane option values; it does not query tmux. Available as CHOICE since tmux 3.3 (choices: "default", "blinking-block", "block", "blinking-underline", "underline", "blinking-bar", "bar"); set it withPane.SetCursorStyle. - PaneActiveBorderStyle method PaneActiveBorderStyle returns materialized "pane-active-border-style" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as STRING since tmux 3.7; set it withPane.SetPaneActiveBorderStyle. It is a style option. - PaneBorderFormat method PaneBorderFormat returns materialized "pane-border-format" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as STRING since tmux 3.3; set it withPane.SetPaneBorderFormat. - PaneBorderStyle method PaneBorderStyle returns materialized "pane-border-style" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as STRING since tmux 3.7; set it withPane.SetPaneBorderStyle. It is a style option. - PaneColours method PaneColours returns materialized "pane-colours" as
OptionValuewith value type OptionValue[SparseArraystring] from pane option values; it does not query tmux. Available as COLOUR since tmux 3.3; set it withPane.SetPaneColours. Its present SparseArray value preserves assigned tmux indexes, including gaps. - PaneScrollbarsStyle method PaneScrollbarsStyle returns materialized "pane-scrollbars-style" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as STRING since tmux 3.6; set it withPane.SetPaneScrollbarsStyle. It is a style option. - RemainOnExit method RemainOnExit returns materialized "remain-on-exit" as
OptionValuewith value type OptionValueRemainOnExitfrom pane option values; it does not query tmux. Available as CHOICE since tmux 3.2a (choices: "off", "on", "failed"); CHOICE since tmux 3.7 (choices: "off", "on", "failed", "key"); set it withPane.SetRemainOnExit. - RemainOnExitFormat method RemainOnExitFormat returns materialized "remain-on-exit-format" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as STRING since tmux 3.3; set it withPane.SetRemainOnExitFormat. - ScrollOnClear method ScrollOnClear returns materialized "scroll-on-clear" as
OptionValuewith value type OptionValueboolfrom pane option values; it does not query tmux. Available as FLAG since tmux 3.3; set it withPane.SetScrollOnClear. - SynchronizePanes method SynchronizePanes returns materialized "synchronize-panes" as
OptionValuewith value type OptionValueboolfrom pane option values; it does not query tmux. Available as FLAG since tmux 3.2a; set it withPane.SetSynchronizePanes. - TreeModePreviewFormat method TreeModePreviewFormat returns materialized "tree-mode-preview-format" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as STRING since tmux 3.7; set it withPane.SetTreeModePreviewFormat. - WindowActiveStyle method WindowActiveStyle returns materialized "window-active-style" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as STRING since tmux 3.2a; set it withPane.SetWindowActiveStyle. It is a style option. - WindowStyle method WindowStyle returns materialized "window-style" as
OptionValuewith value type OptionValuestringfrom pane option values; it does not query tmux. Available as STRING since tmux 3.2a; set it withPane.SetWindowStyle. It is a style option.