File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,20 @@ The module defines the following functions:
43
43
44
44
Set the tty attributes for file descriptor *fd * from the *attributes *, which is
45
45
a list like the one returned by :func: `tcgetattr `. The *when * argument
46
- determines when the attributes are changed: :const: `TCSANOW ` to change
47
- immediately, :const: `TCSADRAIN ` to change after transmitting all queued output,
48
- or :const: `TCSAFLUSH ` to change after transmitting all queued output and
49
- discarding all queued input.
46
+ determines when the attributes are changed:
47
+
48
+ .. data :: TCSANOW
49
+
50
+ Change attributes immediately.
51
+
52
+ .. data :: TCSADRAIN
53
+
54
+ Change attributes after transmitting all queued output.
55
+
56
+ .. data :: TCSAFLUSH
57
+
58
+ Change attributes after transmitting all queued output and
59
+ discarding all queued input.
50
60
51
61
52
62
.. function :: tcsendbreak(fd, duration)
Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ Doc/library/tkinter.rst
119
119
Doc/library/tkinter.scrolledtext.rst
120
120
Doc/library/tkinter.ttk.rst
121
121
Doc/library/traceback.rst
122
- Doc/library/tty.rst
123
122
Doc/library/unittest.mock.rst
124
123
Doc/library/unittest.rst
125
124
Doc/library/urllib.parse.rst
You can’t perform that action at this time.
0 commit comments