mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-03 23:08:45 +03:00

Fixes #519 The core issue here was that `mouseEntered` was called AFTER `cursorUpdate` (by Cocoa) so we were messing up our NSCursor state. To fix this more robustly, all cursor state should ONLY be handled by cursorUpdate and mouseEntered/Exit goes through that system now.