Table of Contents

Namespace SharpConsoleUI.Controls.Terminal

Classes

TerminalControl

A self-contained PTY-backed terminal control. The constructor opens the PTY, spawns the target process, and starts a background read thread. Add to any window with .AddControl(). No WithAsyncWindowThread needed.

Supported platforms: Linux (openpty + shim), Windows 10 1809+ (ConPTY).