Skip to content

Fix #147: Enable native console app output in REPL #148

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

Merged
merged 1 commit into from
Feb 9, 2016

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Feb 9, 2016

This change enables native console app output to be written in the host
process without it breaking the standard I/O channel between the client
and host. It accomplishes this by setting an internal property in the
PowerShell runtime called ConsoleVisibility.AlwaysCaptureApplicationIO.
This is a short term solution until we find a better way to deal with
native application output.

This change enables native console app output to be written in the host
process without it breaking the standard I/O channel between the client
and host.  It accomplishes this by setting an internal property in the
PowerShell runtime called ConsoleVisibility.AlwaysCaptureApplicationIO.
This is a short term solution until we find a better way to deal with
native application output.
daviwil added a commit that referenced this pull request Feb 9, 2016
Fix #147: Enable native console app output in REPL
@daviwil daviwil merged commit c35bc96 into master Feb 9, 2016
@daviwil daviwil deleted the daviwil/native-app-output branch February 16, 2016 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants