macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds

Fixes #359. Also, update GLFW from upstream for retina cursor setting
support.
This commit is contained in:
Kovid Goyal
2018-07-07 10:39:30 +05:30
parent 1faddeb402
commit 4313531432
15 changed files with 101 additions and 38 deletions

View File

@@ -15,6 +15,9 @@ Changelog
- macOS: Add an option :opt:`macos_window_resizable` to control if kitty
top-level windows are resizable using the mouse or not (:iss:`698`)
- macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds
(:iss:`359`)
- Fix triple-click to select line not working when the entire line is filled
(:iss:`703`)