From eb58cdc33c09d640297d566f79cbc7294acd18b3 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 14 Jun 2026 13:17:17 -0400 Subject: [PATCH] =?UTF-8?q?repl:=20terminal-style=20transcript=20=E2=80=94?= =?UTF-8?q?=20drop=20card=20chrome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reads as one continuous stream now. Each entry is just: λ> ; tier · NNms No left border, no boxed cards, no side-column tier label. Output indents under the prompt (3ch) using monospace ch units. Tier+time render as a Lisp-comment-style suffix in muted color. Prompt bar: borderless textarea on the code-bg surface so the input visually joins the transcript above. Placeholder cut to "(+ 1 2)" — the surrounding text already explains the semantics. Multi-line inputs keep prompt continuation marks (".."). --- wasm/repl/index.html | 2 +- wasm/repl/repl.css | 74 +++++++++++++++++++++++--------------------- wasm/repl/repl.js | 43 +++++++++++++++---------- www/repl/index.html | 2 +- www/repl/repl.css | 74 +++++++++++++++++++++++--------------------- www/repl/repl.js | 43 +++++++++++++++---------- 6 files changed, 132 insertions(+), 106 deletions(-) diff --git a/wasm/repl/index.html b/wasm/repl/index.html index c6adfa1..d396ec9 100644 --- a/wasm/repl/index.html +++ b/wasm/repl/index.html @@ -101,7 +101,7 @@