Skip to content

WindowsPtyMode

Namespace: Hex1b

Assembly: Hex1b.dll

Controls how Hex1b chooses the Windows PTY backend for .

csharp
public enum WindowsPtyMode

Fields

Direct

Bypass hex1bpty.exe and use the in-process Windows PTY implementation directly.

Returns: WindowsPtyMode

csharp
Direct = 0

RequireProxy

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 = 1

Remarks

This setting only applies on Windows. Linux and macOS always use the Unix PTY implementation.

Released under the MIT License.