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
@@ -323,6 +323,7 @@ M7 progress now includes:
323
323
-`internal/tui`: terminal CSI parsing now accepts multi-parameter mode set/reset sequences such as `CSI ?1000;1006;2004h` and exposes the full mode list while preserving the first mode for existing single-mode callers.
324
324
-`internal/tui`: terminal CSI parser now emits structured edit actions for insert/delete chars and insert/delete lines, plus forward/back tab cursor actions; output `CSI M` is parsed as delete-lines while input tokenization still keeps X10 mouse payload handling separate.
325
325
-`internal/tui`: terminal CSI parser now emits report actions for DSR `CSI n`, including device-status, cursor-position, and private-mode unknown reports.
326
+
-`internal/tui`: terminal CSI parsing now preserves complete DSR/device-status parameter lists such as `CSI ?6;1n` while keeping the existing first-code and private-marker fields.
326
327
-`internal/tui`: terminal CSI parser now emits report actions for CPR cursor-position responses such as `CSI row;col R` and DEC private `CSI ? row;col R`, preserving row/column metadata while keeping visible text clean.
327
328
-`internal/tui`: terminal CSI parser now treats DEC private `CSI ?6n` as a cursor-position report query and preserves the optional page field from `CSI ?row;col;page R` CPR responses.
328
329
-`internal/tui`: terminal sequence dispatcher and parser now classify DCS/APC/PM/SOS string-control sequences as `stringControl` actions with payload, terminator, and incomplete-flush state while keeping visible text extraction free of those invisible payloads.
0 commit comments