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

Create agent proces from the thread token instead of current process. This is usefull when winpty.dll is called by Windows Service program to impersonate to the original user from a...

In the past I reported this issue with Elixir: https://github.com/elixir-lang/elixir/issues/2597 Just today I started trying to use winpty with iex installed from Chocolatey. Winpty doesn't work with `iex.bat` nor `iex`....

See https://github.com/Tyriar/node-pty/commit/a169ca224661031533bd21fd504333ed29c84c25#commitcomment-26318335 which says that `pty.getProcessList` is taking 30 seconds to return an empty array. There isn't much to that function other than calling the new API `winpty_get_console_process`: https://github.com/Tyriar/node-pty/blob/12caa78c871caa388b013ab9d2e327f2b0a3a76e/src/win/pty.cc#L87-L112 Commit...

Downstream issue: https://github.com/Microsoft/vscode/issues/24620 This was done through VS Code Insiders which runs [email protected]/[email protected]. Running the following through Cygwin/Git Bash: ```bash echo -e '\x1b[48;5;100mfoo\x1b[0m' ``` Results in: ![image](https://cloud.githubusercontent.com/assets/2193314/25288142/04fb8fe2-2679-11e7-8dfe-1c7687d19a86.png) Here is what's...

question

winpty.dll uses current process's token to start winpty-agent. It can support thread token based if winpty.dll is used within Windows Service and impersonation.

Hi rprichard, Just wondering what would cause this exception. I'm using 0.40 so this might already be fixed in a later version C:\\cygwin64\\bin\\winpty.exe File: src/libwinpty/winpty.cc, Line 171 Expression: ASSERT_CONDITION(\"cfg !=...

Forked from https://github.com/Microsoft/vscode/issues/26807, node servers in particular don't get killed when killing the winpty agent. Grabbing the process list via `GetConsoleProcessList` and killing them manually in winpty is probably the...

Currently, winpty scans the console for changes about once every 25ms or so. It does this scanning even when no output is appearing (e.g. the default situation, most of the...

enhancement

I'm experimenting with running Windows console software under both winpty and proxywinconsole. Of interest is whether I can pipe input into a powershell script running under winpty. Example: echo "$PASSWORD"...

enhancement

## Environment - Windows 10 64x - mintty 2.0.3 from Git Bash - winpty 0.2.2-dev from Git Bash - Bash 4.3.42 ## Problem Running _docker_ inside _mintty_ fails and there's...

bug