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
@@ -382,6 +382,7 @@ M7 progress now includes:
382
382
-`internal/tui`: terminal CSI parsing now preserves the complete parameter list from DECREPTPARM/terminal-parameter responses such as `CSI 2;1;1;112;112;1;0x` instead of dropping fields after the report code.
383
383
-`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.
384
384
-`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.
385
+
-`internal/tui`: terminal CSI parsing now preserves complete DECRQM mode-request parameter lists such as `CSI ?25;1000$p` while keeping the existing first-code field.
385
386
-`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`.
386
387
-`internal/tui`: terminal CSI parsing now preserves complete xterm window report parameter lists such as `CSI 3;x;y t`, `CSI 4;height;width t`, and `CSI 8;rows;cols t` while keeping the existing structured size fields.
387
388
-`internal/tui`: terminal CSI parsing now preserves complete DECRPM mode-status parameter lists such as `CSI ?25;2$y` while keeping the existing structured code/status fields.
0 commit comments