WindowsPtyMode
Namespace: Hex1b
Assembly: Hex1b.dll
Controls how Hex1b chooses the Windows PTY backend for .
csharp
public enum WindowsPtyModeFields
Direct
Bypass hex1bpty.exe and use the in-process Windows PTY implementation directly.
Returns: WindowsPtyMode
csharp
Direct = 0RequireProxy
Require the out-of-process hex1bpty.exe helper and fail if it cannot be resolved or started. This is the default.
Returns: WindowsPtyMode
csharp
RequireProxy = 1Remarks
This setting only applies on Windows. Linux and macOS always use the Unix PTY implementation.