91861 / wayst

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

Uninitialized framebuffer on resize #89

Open SamHSmith opened 3 years ago

SamHSmith commented 3 years ago

When wayst starts up or get's resized sometimes the first frame contains messy memory. I believe this is due to the framebuffer being allocated and presented before it's been cleared to proper values.