[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.

rename test

Nate Moore (Jun 5, 2026, 11:15 PM -0500) 7f36d1d7 fda7a111

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