Files
Terminal.Gui/docfx/articles/drivers.md
Tig Kindel 7e2e7b9d2d Updates v1.7 docs (#1919)
* updated readmes

* Updated doc visual style & regenerated

* updated relnotes
2022-07-28 06:31:26 -07:00

754 B

Cross-Platform Driver Model

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.