pub type BytesFromPTY = [u8; 4096];
A single payload from the PTY output stream. This value comes from the portable_pty crate and doesn’t seem adjustable.
portable_pty