Problem
Viewport size and text wrapping size are not changed with the terminal resize. This happens because there is no pty event handler for window resizing.
Look at soft-serve to see how they handle it, as well as for some good architecture inspiration.
Problem
Viewport size and text wrapping size are not changed with the terminal resize. This happens because there is no
ptyevent handler for window resizing.Look at soft-serve to see how they handle it, as well as for some good architecture inspiration.