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

Implement getting terminal size for windows and linux. #77

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2017

  1. Add unix win_size

    Also use impl Trait
    Richard Dodd authored and derekdreery committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    1df3643 View commit details
    Browse the repository at this point in the history
  2. Add size support for WinConsole

    I can't get it to work for TerminfoTerm (mintty)
    in windows - it reports incorrect information.
    derekdreery committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    5c1b9cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33176da View commit details
    Browse the repository at this point in the history
  4. Fix last commit

    derekdreery committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    1db0a1e View commit details
    Browse the repository at this point in the history