Debugging conhost

This commit is contained in:
Tigger Kindel
2023-08-11 11:03:40 -06:00
committed by Tig
parent cd81c927fa
commit b31cef07df

View File

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