mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
macOS: Workaround for cocoa bug that could cause the mouse cursor to become hidden in other applications in rare circumstances
Use window focus gained/lost events instead of mouse enter/exit events to hide/show the mouse cursor. Fixes #1218
This commit is contained in:
parent
e9d0d40809
commit
84caf787aa
2 changed files with 5 additions and 6 deletions
|
|
@ -21,6 +21,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||
- macOS: Add an option :opt:`macos_show_window_title_in_menubar` to not
|
||||
show the current window title in the menu-bar (:iss:`1066`)
|
||||
|
||||
- macOS: Workaround for cocoa bug that could cause the mouse cursor to become
|
||||
hidden in other applications in rare circumstances (:iss:`1218`)
|
||||
|
||||
- Fix using remote control to set cursor text color causing errors when
|
||||
creating new windows (:iss:`1326`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue