Say that the portable UI supports virtual terminal

Which is most likely true.
This commit is contained in:
Andrew Schwartzmeyer 2016-05-17 10:56:43 -07:00
parent 772ecb8f8e
commit 7afe9aa60f

View File

@ -63,7 +63,7 @@ namespace Microsoft.PowerShell
isInteractiveTestToolListening = false;
#if PORTABLE
this._supportsVirtualTerminal = false;
this._supportsVirtualTerminal = true;
#else
// Turn on virtual terminal if possible.
var handle = ConsoleControl.GetActiveScreenBufferHandle();