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

tty: stdio properties defined inside exec() child #15636

Closed
wants to merge 4 commits into from
Closed

tty: stdio properties defined inside exec() child #15636

wants to merge 4 commits into from

Commits on Sep 27, 2017

  1. tty: stdio properties defined inside exec() child

    Properties inside exec() child were not predefined because
    process.stdin is a PIPE.
    
    This commit suggests predefining them inside getStdin() function.
    
    Fixes: #2333
    dusansimic committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    956795e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. tty: stdio properties defined inside exec() child

    Properties inside exec() child were not predefined because
    process.stdin is a PIPE.
    
    This commit suggests predefining them inside getStdin() function.
    
    Fixes: #2333
    dusansimic committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    b80caae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24d3e2 View commit details
    Browse the repository at this point in the history
  3. tty: stdio properties defined inside exec() child

    Properties inside exec() child were not predefined because
    process.stdin is a PIPE.
    
    This commit suggests predefining them inside getStdin() function.
    
    Fixes: #2333
    dusansimic committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    2009d2f View commit details
    Browse the repository at this point in the history