-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). Update docs. #23686
Commits on Dec 8, 2020
-
Add termios.tcgetwinsize(), termios.tcsetwinsize(). Update docs.
Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 78aaac7 - Browse repository at this point
Copy the full SHA 78aaac7View commit details -
Add news, clinic generated code.
Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0553063 - Browse repository at this point
Copy the full SHA 0553063View commit details
Commits on Dec 10, 2020
-
Improve termios.tcsetwinsize().
Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d2d35b - Browse repository at this point
Copy the full SHA 0d2d35bView commit details
Commits on Dec 14, 2020
-
Add TIOCGSIZE support to termios.tcgetwinsize()
Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 628b7dc - Browse repository at this point
Copy the full SHA 628b7dcView commit details -
Add TIOCSSIZE support to termios.tcsetwinsize()
Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ef8a29 - Browse repository at this point
Copy the full SHA 6ef8a29View commit details
Commits on Dec 15, 2020
-
The SunOS struct ttysize had fields of type "int"; update termios.tcg…
…etwinsize(). Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 91374ea - Browse repository at this point
Copy the full SHA 91374eaView commit details
Commits on Aug 14, 2021
-
termios.tcgetwinsize() and termios.tcsetwinsize() should return/accep…
…t two-item tuples instead of lists.
Configuration menu - View commit details
-
Copy full SHA for bb0b2b1 - Browse repository at this point
Copy the full SHA bb0b2b1View commit details
Commits on Aug 27, 2021
-
Refactor tcsetwinsize to share common code and accept any two item se…
…quence, with overflow checking.
Configuration menu - View commit details
-
Copy full SHA for eb0be09 - Browse repository at this point
Copy the full SHA eb0be09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab0d4c - Browse repository at this point
Copy the full SHA 5ab0d4cView commit details