mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00

Fixes #933 On startup, we'd set the cursor to "text" but we wouldn't store that as our cursor so when the mouse was unhidden, we'd go back to "default". This PR changes it so that on surface startup we set and store the "text" cursor so as the cursor hides/shows it reverts to the proper value.