Skip to content
  • Manuel Stoeckl's avatar
    weston-terminal: Ignore SIGPIPE · 5f592c78
    Manuel Stoeckl authored and Simon Ser's avatar Simon Ser committed
    
    
    This ensures that the default signal action doesn't kill weston-terminal
    when the terminal tries to paste into a pipe whose read end has already
    been shut down. (For example, a pipe from a misconfigured program or from
    one which crashes/exits before the terminal calls write().)
    
    Signed-off-by: default avatarManuel Stoeckl <code@mstoeckl.com>
    5f592c78