Table of Contents

Property ForceDriver

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ForceDriver

Forces the use of the specified driver (one of "fake", "ansi", "curses", "net", or "windows"). If not specified, the driver is selected based on the platform.

public static string ForceDriver { get; set; }

Property Value

string

Remarks

Note, Init(ConsoleDriver?, string?) will override this configuration setting if called with either driver or driverName specified.