mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 01:07:58 +01:00
Added Application.UseSystemConsole setting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user