We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae224bb commit 245f1f2Copy full SHA for 245f1f2
Doc/library/termios.rst
@@ -80,6 +80,8 @@ The module defines the following functions:
80
descriptor *fd*. Requires :const:`termios.TIOCGWINSZ` or
81
:const:`termios.TIOCGSIZE`.
82
83
+ .. versionadded:: 3.11
84
+
85
86
.. function:: tcsetwinsize(fd, winsize)
87
@@ -89,6 +91,8 @@ The module defines the following functions:
89
91
(:const:`termios.TIOCGWINSZ`, :const:`termios.TIOCSWINSZ`);
90
92
(:const:`termios.TIOCGSIZE`, :const:`termios.TIOCSSIZE`) to be defined.
93
94
95
96
97
.. seealso::
98
0 commit comments