Przeglądaj źródła

Debugging conhost

Tigger Kindel 2 lat temu
rodzic
commit
b31cef07df
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs

+ 2 - 2
Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs

@@ -349,13 +349,13 @@ public abstract class ConsoleDriver {
 
 
 	#region Color Handling
 	#region Color Handling
 
 
-
+	
 	/// <summary>
 	/// <summary>
 	/// Gets whether the <see cref="ConsoleDriver"/> supports TrueColor output.
 	/// Gets whether the <see cref="ConsoleDriver"/> supports TrueColor output.
 	/// </summary>
 	/// </summary>
 	public virtual bool SupportsTrueColor { get => true; }
 	public virtual bool SupportsTrueColor { get => true; }
 
 
-	private bool _force16Colors = false;
+	bool _force16Colors = false;
 
 
 	// TODO: Make this a ConfiguationManager setting on Application
 	// TODO: Make this a ConfiguationManager setting on Application
 	/// <summary>
 	/// <summary>