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

set masterfd_stdout before regsitering ctrl_cb #71

Merged
merged 1 commit into from
Sep 13, 2019

Commits on Sep 12, 2019

  1. set masterfd_stdout before regsitering ctrl_cb

    exec with conmon ran into issues because the manager attempted to resize the window before stdout was configured. Thus, we got the ctrl_cb from the caller, but had no where to send the ioctl.
    
    Fix this by registering the callback after we set stdout.
    
    Signed-off-by: Peter Hunt <pehunt@redhat.com>
    haircommander committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    9e1e1ff View commit details
    Browse the repository at this point in the history