term-wm-pty-engine 0.7.0-alpha

PTY engine for term-wm.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod clipboard;
pub mod input_encoding;
pub mod pane;
pub mod pty;
pub mod signal;
pub mod title;

pub use input_encoding::{ctrl_char, key_to_bytes, mouse_event_allowed, mouse_event_to_bytes};
pub use pane::Pane;
pub use pty::{Pty, PtyResult};