rmux-server 0.1.1

Tokio daemon and request dispatcher for the RMUX terminal multiplexer.
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, PartialEq, Eq)]
pub(crate) struct PaneScreenState {
    pub(crate) mode: u32,
    pub(crate) alternate_on: bool,
    pub(crate) title: String,
    pub(crate) path: String,
    pub(crate) cursor_style: u32,
}