91861 / wayst

A simple terminal emulator
MIT License
284 stars 8 forks source link

New rendering doesn't always recognize change in window size #83

Closed Narrat closed 3 years ago

Narrat commented 3 years ago

Got around to generate a build of latest master. And with the new rendering I noticed something is off with the compositor hikari.

wayst_rendering

The picture tries to show, that the big terminal window still renders the content in the area of it's initial size. It kinda didn't get the changed window geometry? (ls on /proc. so enough stuff to fill screens) Although with manually resizing a terminal window, it seems to work... So not really sure who is at fault, but as it worked before, I wanted to start at this place

alexmat commented 3 years ago

I'm having the same issue running sway 1.5.1

I reverted to https://github.com/91861/wayst/commit/fd91890a40a70de392dac4fbaf82df7c4007006c and the issue goes away