Table of Contents

Property AppModel

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

AppModel

Gets or sets the rendering mode for the application. When set to Inline, the application renders inline within the primary (scrollback) buffer instead of switching to the alternate screen buffer.

[ConfigurationProperty(Scope = typeof(SettingsScope))]
public static AppModel AppModel { get; set; }

Property Value

AppModel

Remarks

Set this property before calling Init(string?) to control how the application interacts with the terminal buffer.