pub type FindW<'a> = FindWindow<'a>;

Aliased Type§

struct FindW<'a> {
    pub regex: bool,
    pub only_visible: bool,
    pub only_name: bool,
    pub only_title: bool,
    pub zoom: bool,
    pub target_pane: Option<Cow<'a, str>>,
}

Fields§

§regex: bool

[-r] - regular expression

§only_visible: bool

[-C] - match only visible window contents

§only_name: bool

[-N] - match only the window name

§only_title: bool

[-T] - match only the window title

§zoom: bool

[-Z] - zoom the pane

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

[-t target-pane] - target-pane