contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.47k stars 107 forks source link

simplify, cleanup, and improve window size/resize handling #1628

Closed christianparpart closed 1 month ago

christianparpart commented 1 month ago

it took me a while to figure out that fraction scaling on KDE Plasma (probably due to Wayland) is problematic. However, this PR still cleans up a lot and reliably produces the expected columns x lines page size on initial window spawn.

Fractional scaling on at least Wayland (KDE?) should be fixed later on its own.