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

Does not work with some command line apps, such as plink (SSH Command-line tool) #13

Open
AndrewBragdon opened this issue Nov 23, 2016 · 2 comments
Labels

Comments

@AndrewBragdon
Copy link

Try running plink.exe (Putty's SSH command-line tool) using PoshConsole. When it asks for input (e.g. username), instead of displaying the username prompt it gets stuck and does not show you the prompt and does not let you input anything, either.

@AndrewBragdon
Copy link
Author

@Jaykul
Copy link
Owner

Jaykul commented Jun 16, 2021

There was no way (back then) to support apps that use raw Console APIs instead of stdin/stdout.

Today, we might be able to do it (on Windows 10 only) using ConPTY, but I'm not sure if it's really worth it to me -- it's not truly meant as a generic terminal at this point...

@Jaykul Jaykul added the wontfix label Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants