pub type LinkW<'a> = LinkWindow<'a>;

Aliased Type§

struct LinkW<'a> {
    pub add: bool,
    pub detached: bool,
    pub kill: bool,
    pub src_window: Option<Cow<'a, str>>,
    pub dst_window: Option<Cow<'a, str>>,
}

Fields§

§add: bool

[-a] - the window is moved to the next index up

§detached: bool

[-d] - the newly linked window is not selected

§kill: bool

[-k] - if dst-window exists, it is killed, otherwise an error is generated

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

[-s src-window] - src-window

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

[-t dst-window] - dst-window