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

vendor: update github.com/moby/term to fix interrupt handling #3849

Merged
merged 1 commit into from
Nov 28, 2022

Commits on Nov 28, 2022

  1. vendor: update github.com/moby/term to fix interrupt handling

    On termios platforms, interrupt signals are not generated in raw mode terminals
    as the ISIG setting is not enabled. Remove interrupt handler as it does nothing
    for raw mode and prevents other uses of INT signal with this library.
    
    This code seems to go back all the way to moby/moby#214 where signal handling was
    improved for monolithic docker repository. Raw mode -ISIG got reintroduced in
    moby/moby@3f63b878076, but the INT handler was left
    behind.
    
    full diff: moby/term@abb1982...c43b287
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    536aef9 View commit details
    Browse the repository at this point in the history