pub type SelectP<'a> = SelectPane<'a>;

Aliased Type§

struct SelectP<'a> {
Show 14 fields pub down: bool, pub disable: bool, pub enable: bool, pub show_style: bool, pub left: bool, pub last: bool, pub set_marked: bool, pub clear_marked: bool, pub right: bool, pub up: bool, pub keep_zoomed: bool, pub style: Option<Cow<'a, str>>, pub title: Option<Cow<'a, str>>, pub target_pane: Option<Cow<'a, str>>, /* private fields */
}

Fields§

§down: bool

[-D] - pane below

§disable: bool

[-d] - disable input

§enable: bool

[-e] - enable input

§show_style: bool

[-g] - show the current pane style

§left: bool

[-L] - pane left

§last: bool

[-l] - equivalent to last-pane command

§set_marked: bool

[-M] - clear marked pane

§clear_marked: bool

[-m] - set marked pane

§right: bool

[-R] - pane right

§up: bool

[-U] - pane above

§keep_zoomed: bool

[-Z] - keep the window zoomed if it was zoomed

§style: Option<Cow<'a, str>>

[-P style] - set the style for a single pane

§title: Option<Cow<'a, str>>

[-T title] - title

§target_pane: Option<Cow<'a, str>>

[-t target-pane] - target-pane