Cross-Platform Driver Model
These are the v1 API docs. The v2 API docs are here.
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
.