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
@@ -212,6 +212,7 @@ M7 progress now includes:
212
212
-`internal/tui`: terminal CSI parser now recognizes xterm alternate scroll mode (`?1007h/l`) as a structured mode action instead of an unknown sequence.
213
213
-`internal/tui`: terminal CSI parser now recognizes DEC application cursor mode (`?1h/l`) as a structured mode action, pairing with SS3 application cursor key parsing.
214
214
-`internal/tui`: terminal CSI parser now recognizes DEC 132/80-column mode (`?3h/l`) as a structured `columnMode` action.
215
+
-`internal/tui`: terminal CSI parser now recognizes DEC allow-column-switching mode (`?40h/l`) as a structured `allowColumnSwitch` mode action.
215
216
-`internal/tui`: terminal CSI parser now recognizes DEC reverse video/screen mode (`?5h/l`) as a structured `reverseVideo` mode action.
216
217
-`internal/tui`: terminal CSI parser now recognizes ordinary ECMA insert/replace mode (`CSI 4h/l`) as a structured `insertMode` action.
217
218
-`internal/tui`: terminal CSI parser now recognizes ordinary ECMA line-feed/new-line mode (`CSI 20h/l`) as a structured `lineFeedMode` action.
0 commit comments