Closed kxxt closed 7 months ago
This PR implements resize for the smux example.
Previously, pty master is dropped explicitly, but it is needed for resize. I stored it in PtyPane struct but it's unclear to me if it's correct to do so.
PtyPane
This PR implements resize for the smux example.
Previously, pty master is dropped explicitly, but it is needed for resize. I stored it in
PtyPane
struct but it's unclear to me if it's correct to do so.