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
@@ -326,6 +326,7 @@ M7 progress now includes:
326
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.
327
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.
328
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.
329
+
-`internal/tui`: terminal CSI parsing now preserves complete CPR cursor-position response parameter lists such as `CSI ?12;34;2R` while keeping the existing structured row/column/page fields.
329
330
-`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.
330
331
-`internal/tui`: terminal CSI parser now recognizes DEC X10, highlight, UTF-8, urxvt numeric, and xterm SGR-pixels mouse modes (`?9h/l`, `?1001h/l`, `?1005h/l`, `?1015h/l`, `?1016h/l`) as mouse-tracking mode actions.
331
332
-`internal/tui`: terminal CSI parser now recognizes xterm alternate scroll mode (`?1007h/l`) as a structured mode action instead of an unknown sequence.
0 commit comments