Table of Contents

v1 Cross-Platform Driver Model

Note

This is the v1 API documentation. For v2 go here: https://gui-cs.github.io/Terminal.Gui

Terminal.Gui has support for ncurses, System.Console, and a full Win32 Console front-end.

ncurses is used on Mac/Linux/Unix with color support based on what your library is compiled with; the Windows driver supports full color and mouse, and an easy-to-debug System.Console can be used on Windows and Unix, but lacks mouse support.

You can force the use of System.Console on Unix as well; see Core.cs.