| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-28 | 764 Bytes | |
| v0.3.1 source code.tar.gz | 2026-07-28 | 567.8 kB | |
| v0.3.1 source code.zip | 2026-07-28 | 664.4 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
Bug Fixes
- WASM view invalidation — cached
DataViewandUint8Arrayviews over WASM memory became detached when the module grew memory mid-call, throwing ongetCell,getScrollbackCelland multi-chunkwriteRaw(#92) - Scrollback colors in
@wterm/ghostty—getScrollbackCell()packedfgRgb/bgRgbregardless ofcolorFlags, so cells with no explicit color rendered black instead of the terminal default (#93) escapeHTMLdouble quotes — the DOM renderer's escape helper left"unescaped (#94)
Improvements
- Test coverage for
@wterm/ghostty— the package had no test setup, soturbo run testskipped it entirely. It now runs in CI like the other packages (#93)
Contributors
- @hobostay
- @Railly