agentOS API Reference - v0.0.1
Docs
Preparing search index...
ShellReplayMode
Type Alias ShellReplayMode
ShellReplayMode
:
"none"
|
"screen"
|
"scrollback"
How much of a shell's history a snapshot repaints.
none
— sequence number only; the caller repaints nothing.
screen
— the visible viewport, cursor, and terminal modes.
scrollback
— the retained scrollback above the viewport, then
screen
.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Docs
agentOS API Reference - v0.0.1
Loading...
How much of a shell's history a snapshot repaints.
none— sequence number only; the caller repaints nothing.screen— the visible viewport, cursor, and terminal modes.scrollback— the retained scrollback above the viewport, thenscreen.