Say that the portable UI supports virtual terminal
Which is most likely true.
This commit is contained in:
parent
772ecb8f8e
commit
7afe9aa60f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user