Added Application.UseSystemConsole setting

This commit is contained in:
Tigger Kindel
2023-10-05 16:52:44 -06:00
committed by Tig
parent 60273ec88d
commit 83923d2f6e

View File

@@ -50,6 +50,7 @@ namespace Terminal.Gui {
/// <summary>
/// If <see langword="true"/>, forces the use of the System.Console-based (see <see cref="NetDriver"/>) driver. The default is <see langword="false"/>.
/// </summary>
[SerializableConfigurationProperty (Scope = typeof (SettingsScope))]
public static bool UseSystemConsole { get; set; } = false;
// For Unit testing - ignores UseSystemConsole