This library provides pseudo terminal capabilities.
Returns #t if the obj is pty object, otherwise #f.
Creates PTY object.
pty?
)
Returns #t if the pty is closed, otherwise #f.
Spawn a process of name command with args in the pty.
directory keyword argument specifies the process's working directory.
user keyword argument specifies the owner process.
pty?
)
Closes the given pty.
Resize the pty with cols and rows value.
pty?
)
Returns the binary input port of the pty.
Putting a value into this port means sending standard input value to the underlying process of the pty.
pty?
)
Returns the binary output port of the pty.
Reading value from this port means, recieving standard out value from the underlying process of the pty.
pty?
)
Returns PID of the pty.
Sets the termios into the pty.
pty?
)
Retrieves the termios from the pty.