tui_subprocess.hpp file
Namespaces
Classes
- struct nxt::tui::PtyScreen
- Layout adapter for a PTY-backed terminal session.
Functions
-
auto pty_screen(nxt::
subprocess:: PtySession& session, Style clear_style = {}) → auto - Build a layout for a live PTY session.
-
auto pty_screen(nxt::
subprocess:: PtySession* session, nxt:: vterm:: Terminal& fallback, Style clear_style = {}) → auto - Build a layout that can fall back to a standalone terminal screen.