Display Modes
Overview
Section titled “Overview”lash uses stream mode for process output. Standard terminal output with ANSI escape sequences, fully compatible with bash/zsh. Bytes flow from process stdout through the backend pipe to the frontend.
Environment Variables
Section titled “Environment Variables”Set on every spawned process:
| Variable | Description |
|---|---|
LASH_DISPLAY | Supported display modes |
TERM | Preserved from host |
COLORTERM | Preserved from host |
Processes that don’t recognize these variables output ANSI as usual — full bash/zsh compatibility.