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

Improve scroll persistence #104

Merged
merged 5 commits into from
Jan 8, 2020
Merged

Commits on Jan 8, 2020

  1. Refactor so buffer operations directly trigger window rendering

    This allows all buffer operations to be able to attempt to preserve
    scroll position without having to go through the Window object.
    Window.append should probably be deprecated, except perhaps as a
    convenience extension
    dhleong committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    301a262 View commit details
    Browse the repository at this point in the history
  2. Treat onBufModifyPre/Post as a renderer transaction in JLineWindow

    This drastically simplifies the JLineBuffer implementation; we may even
    be able to just replace it with a factory function
    dhleong committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    22a3c94 View commit details
    Browse the repository at this point in the history
  3. Handle buffer clearing

    dhleong committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    fa9d001 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3086cc View commit details
    Browse the repository at this point in the history
  5. Minor Cleanup

    dhleong committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    642bedf View commit details
    Browse the repository at this point in the history