Skip to content

v0.1.6

Choose a tag to compare

@ctate ctate released this 15 Apr 06:44
· 17 commits to main since this release
cdbeba7

Bug Fixes

  • Fixed terminal height — replaced maxHeight with deterministic height computed from rows * rowHeight, preventing layout drift caused by getBoundingClientRect() timing
  • Fixed border rendering — switched docs terminal borders from CSS border to inset box-shadow to avoid border-width interference with height calculations

Improvements

  • Row height variable — added --term-row-height CSS custom property so row and block heights are defined in one place

Contributors