mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 04:36:10 +03:00

Fixes #1618 Font sizes in configuration were always a u8, but the keybinding and internal state was a u16 so it allowed for an ever-growing font size. At a certain point, there is an integer overflow which causes it to wrap around. This is all silly, 255 should be large enough for anyone[1] [1]: Ready to be super wrong about this