mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Debugging conhost
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user