/clear

Clear scrollback. Aliases: /cls, Ctrl+L.

Category: slash-commands

Syntax

/clear  |  /cls

Description

## Overview `/clear` wipes the shell's in-memory scrollback and resets the current page selection. It is a UI-only verb handled inside the event loop, not dispatched to the command runner, so no turn card is produced. ## Behavior - Aliases: `/cls`, `:clear`, `:cls`, and the Ctrl+L keybinding all invoke the same path. - Clears only the visible scrollback. The ledger of submitted commands (`state.history`) is preserved so Up-arrow recall still works. - Does not disconnect, log out, or change the active compute node. - No arguments. Trailing tokens are ignored. - To exit, use `/quit` instead.

Examples

/clear
/cls
:clear

See Also

Open in interactive docs →   DeltaForge home →