Table of Contents

Enum AppModel

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

Defines the rendering mode for the application.

public enum AppModel
Extension Methods

Fields

FullScreen = 0

The application occupies the full terminal screen via the alternate screen buffer. This is the default behavior.

Inline = 1

The application renders inline within the primary (scrollback) buffer, anchored to the bottom of the visible terminal. No alternate screen buffer is used.