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

Update rlwrap to 0.46.1 to fix partially repeated input #128

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

sairon
Copy link
Member

@sairon sairon commented Nov 20, 2023

First five commands of every command are repeated on enter, the length changes on the length of the -S argument passed to rlwrap. This seems to be related to changes for readline v0.8.1/v0.8.2, as discussed in a similar issue: hanslub42/rlwrap#168
With latest rlwrap release the issue is gone, fixes #127.

Also note that the latest release is missing v prefix in the git tag, thus it's been removed from the URL of the release tarball.

First five commands of every command are repeated on enter, the length
changes on the length of the `-S` argument passed to `rlwrap`. This
seems to be related to changes for readline v0.8.1/v0.8.2, as discussed
in a similar issue: hanslub42/rlwrap#168
With latest rlwrap release the issue is gone, fixes #127.

Also note that the latest release is missing `v` prefix in the git tag,
thus it's been removed from the URL of the release tarball.
@sairon sairon requested a review from frenck November 20, 2023 11:05
@frenck frenck merged commit 95aae6b into master Nov 21, 2023
9 checks passed
@frenck frenck deleted the fix-repeated-characters branch November 21, 2023 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Console - Five first keystrokes duplicate
3 participants