Skip to content

v0.4.0

Choose a tag to compare

@dannote dannote released this 26 May 18:15
· 20 commits to main since this release

Cringe 0.4.0 adds public terminal-cell wrapping helpers and separates terminal input ownership.

Highlights:

  • Adds Cringe.Measure.chunks/2 for terminal-cell-aware chunking.
  • Adds Cringe.Measure.wrap/2 for newline-preserving terminal text wrapping.
  • Moves terminal input ownership into a runtime terminal session.
  • Keeps renderer, layout, and runtime checks green.