Playing back a run via ?replay=<code> on the web build works — but the terminal does a full redraw each frame, so it flickers noticeably during playback.
Minor: playback is correct, it's purely visual. The replay path likely clears + repaints the whole screen each frame; a diff/partial redraw (or double-buffer) on playback would remove the flicker.
Context: first end-to-end confirmation that ?replay= playback works on the web build (v0.0.2 candidate).
Playing back a run via
?replay=<code>on the web build works — but the terminal does a full redraw each frame, so it flickers noticeably during playback.Minor: playback is correct, it's purely visual. The replay path likely clears + repaints the whole screen each frame; a diff/partial redraw (or double-buffer) on playback would remove the flicker.
Context: first end-to-end confirmation that
?replay=playback works on the web build (v0.0.2 candidate).