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

Load terminal settings for VINTR, VQUIT, VSUSP on Unix #535

Merged
merged 6 commits into from
Oct 23, 2021

Conversation

gwenn
Copy link
Collaborator

@gwenn gwenn commented Jun 13, 2021

Fix #530

And don't bind Ctrl-Z to Suspend by default.
Use only the key bindings provided by Termios.control_chars on Unix.
If VEOF is bound to Ctrl-D, trigger Eof error only if line is empty.
Trigger Eof error only if line is empty.
@gwenn gwenn merged commit de33138 into kkawakam:master Oct 23, 2021
@gwenn gwenn deleted the term_key_map branch October 23, 2021 15:08
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.

rustyline ignores user's terminal settings for VINTR and VSUSP on Unix
1 participant