winpty icon indicating copy to clipboard operation
winpty copied to clipboard

A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.

Results 105 winpty issues
Sort by recently updated
recently updated
newest added

Let's suppose I download and install Git-SCM on a remote windows 10 computer using this installer: PortableGit-2.33.1-64-bit.7z.exe I unzip this exe installation file to the directory C:\GitPortable on the computer...

https://blogs.msdn.microsoft.com/commandline/2018/08/02/windows-command-line-introducing-the-windows-pseudo-console-conpty/ As winpty is one of the most commonly used PTY implementations in Windows programs which need PTY functionality, to reduce work for third parties which rely on winpty, it...

- I want to run docker in Git Bash under Windows. - If use `docker run --rm -ti -v my-vol:/myvol my_volume_test:latest` under Cmd/Powershell, all is good. - But to use...

I plan to run the SVN command in winpty. In batch operation, xagrs is needed to handle the file name, but the `/` is missing in file path. I want...

This was tested on windows 7 pro with latest updates. Every time I type `winpty cmd.exe` in git bash prompt, it will exit immediately with no error message. I also...

Unfortunately I am not very familiar with static compilation with mingw. Apparently, just removing `-shared` from the Makefile does not work....

Hi, Thank you for developing this library. I've been trying to compile and link winpty library statically, using CLANG, for our C++ framework. (I can confirm that it works with...

winpty currently uses a color translation heuristic to translate console colors into terminal colors. It's described in detail [here](https://github.com/rprichard/winpty/blob/efb10c4fcf83366b106b7f763b0716f51421b93e/agent/Terminal.cc#L111). Basically, the console always use LtGray-on-Black ([overriding the default](https://github.com/rprichard/winpty/blob/efb10c4fcf83366b106b7f763b0716f51421b93e/agent/Agent.cc#L93)), even if...

enhancement

On Windows 10, winpty crashes if resizing screen so that the cursor is hidden. (On Windows 8.1, there is no problem.) It seems to be concerned with the following issue....

A bit silly, but does anyone know what is going on here: miha@DESKTOP-CEC4TIT MINGW64 ~ $ mvn --version Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T09:58:13+02:00) Maven home: C:\Users\miha\Dev\maven\3.5.2 Java version: 1.8.0_161, vendor:...