Files
orca/src
JinjingandClaude Opus 4.6 524b815e35 fix: stop sending cursor style escape sequences to PTY as input (#91)
The cursor style sequence (e.g. \e[5 q) was being sent to the shell via
sendInput(), causing literal "[5 q" text to appear in the terminal. The
shell doesn't interpret DECSCUSR sequences. Cursor style is already
correctly applied via xterm.js terminal options.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 18:29:54 -07:00
..