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

Further documentation improvements #119

Closed
wants to merge 9 commits into from
Closed

Commits on Jan 20, 2022

  1. doc: Use imperative mode for doc comments in term.rs.

    This is consistent with e.g. PEP-257.
    Before, the doc comments were inconsistent on this matter.
    grunweg committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    4652d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5667759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f8005 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7250fd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fb376f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    465d9be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c526c5c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. wip: Add function to compute the current cursor position.

    The implementation is a proof-of-concept, and now fully polished yet.
    grunweg committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    eb8b377 View commit details
    Browse the repository at this point in the history
  2. Make sure clear_last_lines never clears below the current cursor.

    Instead, check the number of rows above the cursor position,
    and error if passed a too large number.
    grunweg committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    0a2c4ce View commit details
    Browse the repository at this point in the history