Table of Contents

Class ApplicationSettings

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

Settings POCO for application-level configuration (SettingsScope). These correspond to the static properties on Application and related classes.

public class ApplicationSettings
Inheritance
ApplicationSettings
Inherited Members

Constructors

ApplicationSettings()

Properties

AppModel

Gets or sets the application model (FullScreen or Inline).

Defaults

The static facade instance. Always contains the current effective values. Updated by the MEC binding at IApplication initialization.

ForceDriver

Gets or sets the driver to force (e.g., "windows", "dotnet", "ansi"). Empty means auto-detect.

IsMouseDisabled

Gets or sets whether the mouse is disabled.