Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: add changeset for grid-scaled arena
  • Loading branch information
natemoo-re committed Sep 1, 2026
commit 07b986bfcd97f38a1d3d97f106f4e0a3292e8647
5 changes: 5 additions & 0 deletions .changeset/grid-scaled-arena.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@bomb.sh/tty': patch
---

Scales the renderer's memory arena to the terminal grid instead of a fixed default, cutting the reservation for an 80×24 grid ~51% (4.85 MB → 2.39 MB) with no change to render performance.
Loading