SpectreTerminalDetection
Read-only view of the terminal detection Spectre rendering runs on. “Ask the running app first”: diagnostics commands display these values instead of re-implementing the framework’s probes (which would drift).
- Kind:
Class - Namespace: Repl.Spectre
- Assembly:
Repl.Spectre - Source: src/Repl.Spectre/SpectreTerminalDetection.cs
Signature
Section titled “Signature”public static class SpectreTerminalDetectionInheritance
Section titled “Inheritance”Properties
Section titled “Properties”CurrentBoxDrawingSupport
Section titled “CurrentBoxDrawingSupport”Gets the box-drawing verdict resolved for the active session output — the exact verdict console creation uses: Rounded borders, Spectre’s Square safe borders, or Ascii transliteration.
public static BoxDrawingSupport CurrentBoxDrawingSupport { get; }