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
@@ -260,6 +260,7 @@ M7 progress now includes:
260
260
-`internal/tui`: terminal CSI-u/kitty keyboard parsing now also accepts base/unmodified sequences such as `CSI 97u` and `CSI 13;1u`, mapping printable runes plus Enter, Tab, Esc, and Backspace instead of treating ordinary extended-key reports as unknown.
261
261
-`internal/tui`: terminal CSI parsing now emits report actions for DA/device attributes queries such as `CSI c`, `CSI >c`, and `CSI =c`, preserving the private marker and code through the terminal parser dispatcher.
262
262
-`internal/tui`: terminal CSI parsing now accepts ECMA/xterm cursor alias final bytes `CSI a`, `CSI e`, and `CSI \`` as cursor-forward, cursor-down, and cursor-column actions.
263
+
-`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.
263
264
-`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.
264
265
-`internal/tui`: terminal CSI parsing now emits report actions for DECREQTPARM terminal-parameters queries such as `CSI x`, preserving code and private marker fields.
265
266
-`internal/tui`: terminal CSI parsing now emits report actions for xterm window manipulation/report queries such as `CSI 14t` and `CSI 18t`, preserving code and private marker fields.
0 commit comments