Search Results for

    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.

    • Improve this Doc
    In This Article
    Back to top Generated by DocFX