File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ The module defines the following functions:
8585
8686.. function :: tcsetwinsize(fd, winsize)
8787
88- Set the tty window size for file descriptor *fd * from *winsize *, which is
89- a two-item tuple ``(ws_row, ws_col) `` like the one returned by
90- :func: `tcgetwinsize `. Requires at least one of the pairs
91- (:const: `termios.TIOCGWINSZ `, :const: `termios.TIOCSWINSZ `);
92- (:const: `termios.TIOCGSIZE `, :const: `termios.TIOCSSIZE `) to be defined.
88+ Set the tty window size for file descriptor *fd * from *winsize *, which is
89+ a two-item tuple ``(ws_row, ws_col) `` like the one returned by
90+ :func: `tcgetwinsize `. Requires at least one of the pairs
91+ (:const: `termios.TIOCGWINSZ `, :const: `termios.TIOCSWINSZ `);
92+ (:const: `termios.TIOCGSIZE `, :const: `termios.TIOCSSIZE `) to be defined.
9393
9494 .. versionadded :: 3.11
9595
You can’t perform that action at this time.
0 commit comments