Skip to content

LocalTerminal Lite v0.4.2

Pre-release
Pre-release

Choose a tag to compare

@wyj-IIRtyj wyj-IIRtyj released this 17 Jul 16:02
· 49 commits to main since this release

Fixed

  • Restores native click-and-drag terminal text selection by disabling application mouse reporting.
  • Uses standard alternate-scroll input supported by macOS Terminal and Windows Terminal.
  • Removes queued scrolling animation, so wheel input is handled immediately without accumulated delay.
  • Erases each changed row and the unused screen tail to prevent stale or overlaid text.
  • Suppresses byte-identical background frames so selections are not disrupted by timer redraws.

Verification

  • TypeScript typecheck passed.
  • Full Lite test suite passed: 12/12.
  • Real PTY regression: one wheel event produced one immediate frame; 5.5 seconds idle produced no output; exit restored terminal modes.