|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
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.