mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Use correct constant; remove reference to TERMIOS.py
This commit is contained in:
parent
e34c3bd621
commit
e4133d8d67
1 changed files with 2 additions and 4 deletions
|
|
@ -18,19 +18,17 @@ The \module{tty} module defines the following functions:
|
|||
|
||||
\begin{funcdesc}{setraw}{fd\optional{, when}}
|
||||
Change the mode of the file descriptor \var{fd} to raw. If \var{when}
|
||||
is omitted, it defaults to \constant{TERMIOS.TCAFLUSH}, and is passed
|
||||
is omitted, it defaults to \constant{termios.TCSAFLUSH}, and is passed
|
||||
to \function{termios.tcsetattr()}.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{setcbreak}{fd\optional{, when}}
|
||||
Change the mode of file descriptor \var{fd} to cbreak. If \var{when}
|
||||
is omitted, it defaults to \constant{TERMIOS.TCAFLUSH}, and is passed
|
||||
is omitted, it defaults to \constant{termios.TCSAFLUSH}, and is passed
|
||||
to \function{termios.tcsetattr()}.
|
||||
\end{funcdesc}
|
||||
|
||||
|
||||
\begin{seealso}
|
||||
\seemodule{termios}{Low-level terminal control interface.}
|
||||
\seemodule[TERMIOSuppercase]{TERMIOS}{Constants useful for terminal
|
||||
control operations.}
|
||||
\end{seealso}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue