Skip to content

pipeline eats Ctrl-g and Ctrl-\ #3

Description

@hroptatyr

Ctrl-g is defined to send SIGQUIT which apparently is ignored.
Worse though, Ctrl-\ is to send SIGABRT which normally should abort the process, also ignored.

I can understand that Ctrl-c is reserved to editing the pipeline (or the subprocesses spawned by it) but I feel there should be a way to actually abort the whole tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions