[BUG] - Resizing terminal window breaks layout
scottbarrow opened this issue · 2 comments
scottbarrow commented
0x2c7 commented
In previous versions, Jard used to auto-resize when the window changes. However, it has to refresh the whole window, and clear everything you are typing during resize event. That's kinda limited. So, I removed that feature to look for a better one. To make Jard resize perfectly, it must be aware of the current scroll position, able to control upward and downward scrolling, etc. I didn't found any solution for now 😓.
However, I agree that this layout broken is annoying. I think that we can accept the limitation and bring that feature back.