Property AppModel
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
Remarks
Set this property before calling Init(string?) to control how the application interacts with the terminal buffer.