|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Runtime options for the REPL. Defaults match the interactive binary. More...
#include "donner/editor/app/EditorRepl.h"
Runtime options for the REPL. Defaults match the interactive binary.
| bool donner::editor::app::RenderSessionReplOptions::printBanner = true |
If true, the REPL prints a one-line welcome banner before accepting commands. Tests disable this.
| std::string donner::editor::app::RenderSessionReplOptions::prompt = "donner> " |
Prompt string printed before each command line. Tests pass an empty string so captured output doesn't include decoration.
| bool donner::editor::app::RenderSessionReplOptions::showEnabled = true |
If true, show attempts to render the frame to the output stream using TerminalImageViewer. Tests disable this because the sampled ANSI output is noisy to match against.