mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-02 12:23:41 +00:00
Using a saturating addition here just to avoid overflow, since setCursorPos handles proper clamping to the screen size so we don't need to duplicate that logic.