llandsmeer / inkvt

Experimental VT100 terminal emulator for Kobo e-readers
GNU General Public License v3.0
39 stars 5 forks source link

Minor cleanup after #14 #15

Closed NiLuJe closed 3 years ago

NiLuJe commented 3 years ago

Also fixes a nasty issue where high throughput mode would not get disabled, which ended up spamming full-screen refreshes, because the full refresh done in said mode re-trips it if the threshold is lower than the terminal's size (which is currently the case on a Forma :)).

NiLuJe commented 3 years ago

I, err, may have gone on a -Wconversion hunting trip, which involved making most of the RoundedRect data types unsigned, which unearthed an issue with the unused cursor thingy that was underflowing, so, err, here be dragons ^^.