Table of Contents

Class HexViewSettings

Namespace
Terminal.Gui.Configuration
Assembly
Terminal.Gui.dll

Immutable settings record for HexView defaults (ThemeScope).

public sealed record HexViewSettings : IEquatable<HexViewSettings>
Inheritance
HexViewSettings
Implements
Inherited Members

Constructors

HexViewSettings()

Properties

Current

The currently effective values, updated atomically by MecThemeManager.

Default

The compile-time-known defaults.

DefaultCursorStyle

Gets the default cursor style for hex views.

Methods

Equals(object?)
Equals(HexViewSettings?)
GetHashCode()
ToString()

Operators

operator ==(HexViewSettings?, HexViewSettings?)
operator !=(HexViewSettings?, HexViewSettings?)