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

Fixes Incorrect Cursor Position after Transition into Normal Mode #202

Merged
merged 1 commit into from
Apr 26, 2016

Commits on Apr 18, 2016

  1. Fixes Incorrect Cursor Position after Transition into Normal Mode

    - By having `redraw` enforce cursor position, we were double
      moving becase both `redraw` (via `Motion.changedMode`) and
      `handleActivationKey` were moving the cursor left. This makes
      it so `redraw` is not responsible for enforcing the cursor
      position. Instead, position enforcement is handled only when
      the cursor may have been moved externally (ie via the mouse).
    dpbackes committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    06d0975 View commit details
    Browse the repository at this point in the history