Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
versionadded indentation
  • Loading branch information
gpshead committed May 19, 2023
commit 96c03d5c378c41f5bf4e2341d4443fb8d5ebe978
4 changes: 2 additions & 2 deletions Doc/library/tty.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ The :mod:`tty` module defines the following functions:
Convert the tty attribute list *mode*, which is a list like the one returned
by :func:`termios.tcgetattr`, to that of a tty in raw mode.

.. versionadded:: 3.12
.. versionadded:: 3.12


.. function:: cfmakecbreak(mode)

Convert the tty attribute list *mode*, which is a list like the one returned
by :func:`termios.tcgetattr`, to that of a tty in cbreak mode.

.. versionadded:: 3.12
.. versionadded:: 3.12


.. function:: setraw(fd, when=termios.TCSAFLUSH)
Expand Down