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

Save ('s') and restore ('u') support added #137

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 13, 2017

  1. get_handle method extracted

    Georgiy Korneev committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    9eb6aa4 View commit details
    Browse the repository at this point in the history
  2. get_cursor_position method added

    Existing 'get_position' method is flawed in the following ways:
     * Naming: its setter is 'set_cursor_position', not 'set_position'
     * Abstraction leak: returns internal Win32 structure
     * There is no way to get adjusted cursor position
     * Receives handle, instead of on_stderr flag
    Georgiy Korneev committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    4a1e2b1 View commit details
    Browse the repository at this point in the history
  3. cursor_adjust refactored to use get_cursor_position

    There are no more uses of get_position in the code base, so it could be deprecated, and, possibly, removed in future
    Georgiy Korneev committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    7d6aac1 View commit details
    Browse the repository at this point in the history
  4. Save ('s') and restore ('u') support added

    Georgiy Korneev committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    4d44b4b View commit details
    Browse the repository at this point in the history
  5. demo09 added

    Georgiy Korneev committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    6a09094 View commit details
    Browse the repository at this point in the history