You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/first-second-parity-audit.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,7 @@ M7 progress now includes:
379
379
-`internal/tui`: terminal CSI parsing now accepts ECMA HPB/VPB final bytes `CSI Ps j` / `CSI Ps k` as cursor-back and cursor-up actions.
380
380
-`internal/tui`: terminal CSI parsing now accepts DEC private mode `?1046h/l` alternate-screen switching, `?1047h/l` alternate-screen buffer, and `?1048h/l` save/restore cursor variants using distinct mode/cursor action surfaces.
381
381
-`internal/tui`: terminal CSI parsing now emits report actions for DECREQTPARM terminal-parameters queries such as `CSI x`, preserving code and private marker fields.
382
+
-`internal/tui`: terminal CSI parsing now preserves the complete code list from multi-parameter DA/device-attributes responses such as `CSI ?62;1;2;6c` instead of dropping capability flags after the first code.
382
383
-`internal/tui`: terminal CSI parsing now emits report actions for DECRQM mode requests such as `CSI 4$p` and `CSI ?25$p`, preserving mode code and private marker fields.
383
384
-`internal/tui`: terminal CSI parsing now emits report actions for xterm window manipulation/report queries such as `CSI 14t` and `CSI 18t`, preserving code/private marker fields and structured dimensions for `CSI 4;height;width t` and `CSI 8;rows;cols t`.
384
385
-`internal/tui`: terminal CSI parsing now emits cursor actions for TBC tab-clear sequences such as `CSI g` and `CSI 3g`, preserving the clear-current/all code.
0 commit comments