stream

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2026 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package stream is the non-TTY plain renderer: readable text with no ANSI escapes, no theme dependency, safe to pipe. It proves the uievent.Event stream renders coherently before any pixel exists.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultFixture

func DefaultFixture() ([]uievent.Event, error)

DefaultFixture returns the recorded-conversation fixture from wireframes-panes.md section 4, embedded so demo commands and tests work with no filesystem dependency and no cwd assumption.

func Render

func Render(w io.Writer, events []uievent.Event) error

Render writes a plain-text transcript of events to w, one line (or small block) per event. Kinds are handled exhaustively via a type switch on Body; an unrecognised Body is a programmer error, not a silent skip.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL