pub type AttachResult = (Vec<ScrollbackEvent>, Receiver<Vec<u8>>, Receiver<(u16, u16)>);Expand description
Return type of Session::attach: scrollback events, output stream,
and window-size watch.
pub type AttachResult = (Vec<ScrollbackEvent>, Receiver<Vec<u8>>, Receiver<(u16, u16)>);Return type of Session::attach: scrollback events, output stream,
and window-size watch.