Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: benrg/winpty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rprichard/winpty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 17, 2018

  1. Add util exercising [GS]etConsoleScreenBufferInfoEx

    Specifically, allow getting and setting window/buffer size/position.
    rprichard committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    498a9b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    6aae341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcb2df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceecad1 View commit details
    Browse the repository at this point in the history
  4. Add an appveyor config file

    rprichard committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    784b812 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d49712c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Use Appveyor's MSYS2/Cygwin installation rather than my own snapshots

    It's simpler to just rely on what Appveyor already provides in its system
    images. Appveyor doesn't provide a 32-bit msys2 build, but AFAIK, anyone
    needing that can compile it themselves.
    
    Avoid listing gcc-g++ in the Cygwin setup commands because it apparently
    breaks the Cygwin toolchain (i.e. missing stddef.h error):
    https://ci.appveyor.com/project/rprichard/winpty/builds/19875792
    rprichard committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    afacf77 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    b60ded1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Merge pull request rprichard#163 from jackyzy823/master

    Disable outputing title escape sequences when WINPTY_FLAG_PLAIN_OUTPUT sets
    rprichard authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    a6174e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e59fe2 View commit details
    Browse the repository at this point in the history
Loading