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

@@ -584,6 +584,8 @@ def package(args, for_bundle=False, sh_launcher=False):
subprocess.check_call(['tic', '-x', '-o' + odir, 'terminfo/kitty.terminfo'])
shutil.copy2('__main__.py', libdir)
shutil.copy2('logo/kitty.rgba', os.path.join(libdir, 'logo'))
shutil.copy2('logo/beam-cursor.png', os.path.join(libdir, 'logo'))
shutil.copy2('logo/beam-cursor@2x.png', os.path.join(libdir, 'logo'))
def src_ignore(parent, entries):
return [