in reply to Re: open2 or 3 run command using pty
in thread open2 or 3 run command using pty

i maybe find something: when i use open2 and close Handler (WRITE) at the end of using (end of file) output stopped on last clear line. If close after sending last command, then I've got all output with ">" on next sting after stopped. Think this is buffer troubles. Is possible change size of output buffers manually?

Replies are listed 'Best First'.
Re^3: open2 or 3 run command using pty
by Corion (Patriarch) on Jul 21, 2014 at 10:08 UTC

    Not that I'm aware of. The size of the output buffers is determined by the child program, not by the parent.