Lines Matching refs:terminal
1 :mod:`pty` --- Pseudo-terminal utilities
15 The :mod:`pty` module defines operations for handling the pseudo-terminal
17 controlling terminal programmatically.
19 Because pseudo-terminal handling is highly platform dependent, there is code to
28 Fork. Connect the child's controlling terminal to a pseudo-terminal. Return
31 file descriptor connected to the child's controlling terminal (and also to the
37 Open a new pseudo-terminal pair, using :func:`os.openpty` if possible, or
44 Spawn a process, and connect its controlling terminal with the current
46 reading from the controlling terminal. It is expected that the process
63 that. If *stdin_read* signals EOF the controlling terminal can no longer
89 pseudo-terminal to record all input and output of a terminal session in a