Files
TUI-WM/tests
Bjorn Blomberg 35eb33b9a1 Fix SGR mouse release button + reflow wrapped lines on resize
- SGR (1006) release events now carry the same button number as the
  press ('m' suffix marks release); the legacy 'button 3 = release'
  is only used for X10/UTF8 encodings. ncurses apps (htop etc.) could
  not pair press+release before, so clicks were ignored while scroll
  (press-only wheel events) worked
- Each window keeps its recent raw PTY output (capped at 512 KB); on
  resize the history is replayed into a fresh parser at the new width
  so long lines re-wrap correctly instead of keeping old break points
- Integration: release-button and reflow checks, 33/33 passing

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 20:09:45 +02:00
..