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

support mintty (MSYS/Cygwin terminals) #226

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

Commits on Oct 7, 2021

  1. - support MSYS/Cygwin terminals

    inspired by https://github.com/msys2/MINGW-packages/pull/2675/files
    MSYS/Cygwin terminals (mintty) have filenames of the specific pattterns:
    (msys|cygwin)-<GUID>-pty<NUMBER>-(from|to)-master
    GetFileInformationByHandleEx is used to obtain a filename from the file descriptor
    https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getfileinformationbyhandleex
    
    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    72682a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Update ansitowin32.py

    SSE4 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    f81f237 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. With tests

    3tilley committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    fe72f38 View commit details
    Browse the repository at this point in the history
  2. Completed tests

    3tilley committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    a538f63 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from 3tilley/mintty-tests

    Mintty tests
    SSE4 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    5314bd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e583c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Update mock command

    3tilley committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    5351953 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Merge pull request #2 from 3tilley/mintty-tests

    Update mock command
    3tilley committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1e8e3ba View commit details
    Browse the repository at this point in the history
  2. Name update

    3tilley committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    142d535 View commit details
    Browse the repository at this point in the history
  3. Test fixes

    3tilley committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    508e427 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c805f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update isatty_test.py

    3tilley committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    6580e7b View commit details
    Browse the repository at this point in the history