Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
/ pty-sharp Public archive

API for managing Unix pseudo-terminals from managed code

License

Notifications You must be signed in to change notification settings

mono/pty-sharp

Repository files navigation

This library provides a managed binding to create Unix
pseudo-terminals (ptys) using Mono on a variety of operating systems.

It uses the vte code to create pseudo terminals and the
gnome-pty-helper program to provide proper login and pseudo terminal
creation (turned off by default, by default it tries to use a
system-provided gnome-pty-helper).

The API is in pty-sharp.dll in the Unix.PseudoTerminal namespace.

Miguel (miguel@gnome.org)