Skip to content

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

Merged
gwenn merged 6 commits intokkawakam:masterfrom
gwenn:term_key_map
Oct 23, 2021
Merged

Load terminal settings for VINTR, VQUIT, VSUSP on Unix#535
gwenn merged 6 commits intokkawakam:masterfrom
gwenn:term_key_map

Conversation

@gwenn
Copy link
Copy Markdown
Collaborator

@gwenn gwenn commented Jun 13, 2021

Fix #530

gwenn added 5 commits June 13, 2021 18:47
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