Skip to content

SIGINT hardcoded to Ctrl+C? #3328

Closed
Closed
@atsepkov

Description

@atsepkov

I've had to remap my SIGINT to a different key via stty:

stty intr \^K

Now ^K performs interrupts correctly in all GNU apps I tried. node, however, ignores ^K sequence, it still responds to ^C, which no longer should send SIGINT.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssues that request new features to be added to Node.js.readlineIssues and PRs related to the built-in readline module.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions