Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove custom I-beam mouse cursor shape and support "no" cursor #859

Merged

Commits on Feb 19, 2019

  1. Remove custom I-beam mouse cursor shape and support "no" cursor

    The old custom I-beam cursor does not have a HiDPI version, and looks
    out of place in MacVim compared to the native I-beam cursor. The
    rationale for its addition (add white border around the cursor for
    visibility) also seems to not matter anymore as macOS has had its
    cursors revamped since 10.7.3. Remove the custom cursor for now.
    
    Also support the "no" cursor shape, which shows up when "Press Enter"
    prompt comes up. For the other 'mouseshape' cursors just remove the TODO
    and explicitly decide not to implement them as they are a little obscure
    and don't have system native shapes. Could add them later as custom
    cursors but not worth doing so now.
    
    Fix macvim-dev#755
    ychin committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    5516843 View commit details
    Browse the repository at this point in the history