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

Read cursor position with cluttered input #786

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Commits on Jul 28, 2024

  1. Read cursor position with cluttered input

    Try to read cursor position even when stdin contains / receives user input.
    Currently, we fail so that we don't discard any user input.
    But we should be able to fill the `BufReader` instead...
    gwenn authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    825347f View commit details
    Browse the repository at this point in the history
  2. Rustfmt

    gwenn committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    57c5502 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    f655a5a View commit details
    Browse the repository at this point in the history