retox
retox copied to clipboard
screen not redrawn when window size changes
When the terminal window changes size, retox doesn't redraw the screen. Then if I force a build, it draws text for the results but it makes a mess out of the screen -- I think it's writing using the old window geometry?
I think it just needs to handle SIGWINCH and do a resize/redraw.
There’s logic in asciimatics to support this but I haven’t implemented it yet. The ui module would need some updating. But thanks for raising this