Skip to content
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

Merged
merged 9 commits into from
Aug 27, 2021

Commits on Dec 8, 2020

  1. Add termios.tcgetwinsize(), termios.tcsetwinsize(). Update docs.

    Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
    8vasu committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    78aaac7 View commit details
    Browse the repository at this point in the history
  2. Add news, clinic generated code.

    Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
    8vasu committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    0553063 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Improve termios.tcsetwinsize().

    Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
    8vasu committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    0d2d35b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Add TIOCGSIZE support to termios.tcgetwinsize()

    Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
    8vasu committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    628b7dc View commit details
    Browse the repository at this point in the history
  2. Add TIOCSSIZE support to termios.tcsetwinsize()

    Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
    8vasu committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    6ef8a29 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. The SunOS struct ttysize had fields of type "int"; update termios.tcg…

    …etwinsize().
    
    Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
    8vasu committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    91374ea View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. termios.tcgetwinsize() and termios.tcsetwinsize() should return/accep…

    …t two-item tuples instead of lists.
    8vasu committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    bb0b2b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Refactor tcsetwinsize to share common code and accept any two item se…

    …quence, with overflow checking.
    gpshead authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    eb0be09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ab0d4c View commit details
    Browse the repository at this point in the history