Property ForceDriver | Terminal.Gui v2 (original) (raw)
Namespace
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
Remarks
Note, Init(IConsoleDriver?, string?) will override this configuration setting if called with either driver
or driverName
specified.