rmux-client 0.1.1

Blocking local client and attach-mode plumbing for the RMUX terminal multiplexer.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod buffer;
pub(crate) mod config;
pub(crate) mod keys;
pub(crate) mod pane;
pub(crate) mod scripting;
pub(crate) mod server;
pub(crate) mod session;
pub(crate) mod status;
pub(crate) mod target;
pub(crate) mod window;