alpha
Login
or
Join now
bomb.sh
/
tty
Star
5
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
bomb.sh/docs/tty
Star
5
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tty
/
test
/
at
49b885491caca607bd5d8efe3959cd3847fb8bbe
3 files
Charles Lowell
🔧 return Uint8Array from render, fix duplicate element IDs
6mo ago
49b88549
print.ts
🎉 initial commit WASM-based terminal renderer powered by Clay UI layout engine. Includes command buffer protocol for TS→C communication, double-buffered ANSI output, and Deno test harness.
6 months ago
suite.ts
🎉 initial commit WASM-based terminal renderer powered by Clay UI layout engine. Includes command buffer protocol for TS→C communication, double-buffered ANSI output, and Deno test harness.
6 months ago
term.test.ts
🔧 return Uint8Array from render, fix duplicate element IDs - Change Term.render() to return Uint8Array instead of string, avoiding unnecessary TextDecoder overhead on every frame - Fix Clay element ID collisions by adding a monotonic index to the hash - Remove cursor hide/show from the C render path (caller responsibility) - Update README example and tests to match new return type
6 months ago