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

Bugfix: Cursor.prev_line #1

Merged
merged 2 commits into from May 18, 2016
Merged

Bugfix: Cursor.prev_line #1

merged 2 commits into from May 18, 2016

Commits on May 16, 2016

  1. Fix typo.

    m-o-e committed May 16, 2016
    Configuration menu
    Copy the full SHA
    a5f3108 View commit details
    Browse the repository at this point in the history
  2. Use more pessimistic escape sequence for Cursor.prev_line.

    The previous sequence was not understood by some popular
    terminal emulators (e.g. iTerm2 on OSX). This alternative
    should work everywhere.
    m-o-e committed May 16, 2016
    Configuration menu
    Copy the full SHA
    1ffa6be View commit details
    Browse the repository at this point in the history