Skip to content

Conversation

@cjihrig
Copy link
Contributor

Fixes: #29111

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the readline Issues and PRs related to the built-in readline module. label Aug 15, 2019
Copy link
Member

@bnoordhuisbnoordhuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to test ^C as well but LGTM either way.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Aug 17, 2019

@cjihrigcjihrig added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 17, 2019
This commit adds support for closing a readline interface on Control+C when the terminal is dumb. PR-URL: nodejs#29149Fixes: nodejs#29111 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
This commit adds support for closing a readline interface on Control+D when the terminal is dumb. PR-URL: nodejs#29149Fixes: nodejs#29111 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@cjihrigcjihrig merged commit 93b341e into nodejs:masterAug 17, 2019
@cjihrigcjihrig deleted the dumb branch August 17, 2019 19:53
targos pushed a commit that referenced this pull request Aug 19, 2019
This commit adds support for closing a readline interface on Control+C when the terminal is dumb. PR-URL: #29149Fixes: #29111 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos pushed a commit that referenced this pull request Aug 19, 2019
This commit adds support for closing a readline interface on Control+D when the terminal is dumb. PR-URL: #29149Fixes: #29111 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@targostargos mentioned this pull request Aug 19, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.readlineIssues and PRs related to the built-in readline module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to exit REPL via escape codes when TERM=dumb

5 participants

@cjihrig@nodejs-github-bot@bnoordhuis@jasnell@lpinca