We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello cross-posting for visibility because I know aider uses prompt_toolkit under the hood.
aider
prompt_toolkit
Not sure how to reproduce this directly with prompt_toolkit but here's where it's usage is defined in aider:
I've noticed pagers are broken...
Repro path:
/run more <any sufficiently long file to scroll>
j
k
Expected behavior: The lines should just scroll up and down
Actual behavior: The cursor skips up lines and swallows some of the lines in between
Demo:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello cross-posting for visibility because I know
aider
usesprompt_toolkit
under the hood.Not sure how to reproduce this directly with
prompt_toolkit
but here's where it's usage is defined inaider
:I've noticed pagers are broken...
Repro path:
aider
(prompt_toolkit
)/run more <any sufficiently long file to scroll>
j
k
Expected behavior:
The lines should just scroll up and down
Actual behavior:
The cursor skips up lines and swallows some of the lines in between
Demo:
The text was updated successfully, but these errors were encountered: