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

repl: Restore CTRL-C behaviour #2767

Merged
merged 1 commit into from May 8, 2019
Merged

repl: Restore CTRL-C behaviour #2767

merged 1 commit into from May 8, 2019

Conversation

globin
Copy link
Member

@globin globin commented Apr 15, 2019

Install signal handler during readline to handle SIGINT to abort
partially typed expressions.

Creating PR to make it easier to merge. Fixes #2743, commit by @xbreak.

Install signal handler during `readline` to handle SIGINT to abort
partially typed expressions.
@dtzWill
Copy link
Member

dtzWill commented May 7, 2019

FWIW for the editline upstream has been polishing things recently and in particular right now they're discussing behavior re:signals and API pros/cons-- if there's something that's problematic or could be better now's the time to join in! Or otherwise work with like-minded folks to make a solid experience for your users ^_^.

Linky: troglobit/editline#27 (comment) (and the threads linked from there...)

@edolstra edolstra merged commit fcd7660 into NixOS:master May 8, 2019
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.

[regression?] nix repl: ctrl-c behaviour?
4 participants