bombshell-dev
tty
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
đ fix(term): resolve caret cell during the render walk Precompute the caret's byte offset within its text node at OP_TEXT decode time, then place the caret cell as a side effect of render_text's existing walk: at the top of each iteration, if the current pointer matches the target byte offset, record the cell. Two edge cases fall out of the same mechanism. A slice whose first byte is already past the target (Clay dropped whitespace at the wrap seam) snaps the caret to the slice's origin â the start of the next wrapped line â rather than orphaning it off the end of the previous line. And the trailing cell of the last walked caret slice is remembered as the end-of-content fallback for offset == content-length. Deletes locate_caret, which walked slices with a code-point accumulator that diverged from the caller's original offset whenever the layout engine's wrap pass either dropped or retained-off-screen the seam whitespace. Adds tests covering both wrap-boundary cases and tightens the previously-lax "correct wrapped line" assertion to an exact cell.
cowboyd/text-caret
19 hours ago
⨠add 2048 example showcasing transitions (#107)
main
2 days ago
build(deps): bump the github-actions group with 2 updates (#108) Bumps the github-actions group with 2 updates: [denoland/setup-deno](https://github.com/denoland/setup-deno) and [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `denoland/setup-deno` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/667a34cdef165d8d2b2e98dde39547c9daac7282...22d081ff2d3a40755e97629de92e3bcbfa7cf2ed) Updates `CodSpeedHQ/action` from 4.18.1 to 4.18.2 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/a4a36bb07c0638b0b4ca52bf1f3dad1b4289e52f...4e969336ab9acd4f6f8d025fdd793292b0835df0) --- updated-dependencies: - dependency-name: denoland/setup-deno dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: CodSpeedHQ/action dependency-version: 4.18.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
2 days ago
docs: fix broken README usage examples (#109)
main
3 days ago
đĽ example(term): drop empty-value workaround now handled by renderer The `value || " "` fallback previously worked around the renderer's inability to attach a caret to an empty text node. That case is now handled directly by the renderer, so the example can pass the raw value through and let the caret resolve at the input box's origin.
cowboyd/text-caret
3 days ago
docs: fix broken README usage examples
chore/update-readme
3 days ago
build(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [denoland/setup-deno](https://github.com/denoland/setup-deno) and [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `denoland/setup-deno` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/667a34cdef165d8d2b2e98dde39547c9daac7282...22d081ff2d3a40755e97629de92e3bcbfa7cf2ed) Updates `CodSpeedHQ/action` from 4.18.1 to 4.18.2 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/a4a36bb07c0638b0b4ca52bf1f3dad1b4289e52f...4e969336ab9acd4f6f8d025fdd793292b0835df0) --- updated-dependencies: - dependency-name: denoland/setup-deno dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: CodSpeedHQ/action dependency-version: 4.18.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/github-actions-c697eb4477
4 days ago
⨠add 2048 example showcasing transitions
example/2048
7 days ago
Latest Branches
CodSpeed Performance Gauge
-12%
⨠hardware cursor positioning via text() caret
#103
1 day ago
e926977
cowboyd/text-caret
CodSpeed Performance Gauge
0%
docs: fix broken README usage examples
#109
3 days ago
fe4b8a9
chore/update-readme
CodSpeed Performance Gauge
0%
build(deps): bump the github-actions group with 2 updates
#108
4 days ago
919750b
dependabot/github_actions/github-actions-c697eb4477
Š 2026 CodSpeed Technology
Home
Terms
Privacy
Docs