[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

add color test

Nate Moore (Jun 5, 2026, 11:14 PM -0500) fda7a111 48ff4bbc

+1 -1
+1 -1
test/default-foreground.test.ts test/color.test.ts
··· 4 4 5 5 const decode = (b: Uint8Array) => new TextDecoder().decode(b); 6 6 7 - describe("true default foreground", () => { 7 + describe("foreground", () => { 8 8 it("emits uncolored text with no concrete foreground", async () => { 9 9 let term = await createTerm({ width: 12, height: 1 }); 10 10 let ansi = decode(term.render([text("hi")]).output);