Skip to content
  • Simon Marlow's avatar
    [project @ 2001-01-16 14:06:14 by simonmar] · ba440232
    Simon Marlow authored
    Fix a problem with our use of tcsetattr() which caused background
    processes to stop when the buffering mode, or the echo status, was
    changed.
    
    tcSetAttr() is a wrapper around tcsetattr() that temporarily blocks
    SIGTTOU around the call.
    ba440232