Skip to contents

The current screen is preserved and a new screen is shown on top. Use pop_screen() from a callback to dismiss it.

Usage

push_screen(app, screen)

Arguments

app

An RtuiApp object (must be running).

screen

A screen spec created with tui_screen().

Value

Invisible app.