a-kenji / tui-term

A pseudoterminal widget library for ratatui
MIT License
127 stars 12 forks source link

Implement resize for the smux example #177

Closed kxxt closed 7 months ago

kxxt commented 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.