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

apply c-bata/go-prompt #239 #2

Merged
merged 5 commits into from
Apr 3, 2022
Merged

apply c-bata/go-prompt #239 #2

merged 5 commits into from
Apr 3, 2022

Conversation

ktr0731
Copy link
Owner

@ktr0731 ktr0731 commented Apr 3, 2022

Apply c-bata#239.
This fixes ktr0731/evans#515.

Xiami and others added 3 commits June 18, 2021 01:25
This bug is introduced by 20e0658.
Saving a *unix.Termios and then modifying it in SetRaw() makes the
saved state useless.

By restoring saveTermios type from *unix.Termios to unix.Termios,
SetRaw() no longer influences the saved termios.

This should fix c-bata#228 and c-bata#233 .

Signed-off-by: Xiami <[email protected]>
@ktr0731 ktr0731 self-assigned this Apr 3, 2022
@ktr0731 ktr0731 merged commit 4c1e893 into master Apr 3, 2022
@ktr0731 ktr0731 deleted the apply-239 branch June 3, 2022 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After exiting evans REPL, the terminal doesn't echo anymore
1 participant