- Remove proc.stdin.on() call (Bun FileSink has no .on method), add
try/catch and proc.killed guards to write/resize
- Double-click enters select mode instead of shift+click, with yellow
banner and Esc-to-exit hint for discoverability
- Select mode now dumps full scrollback buffer (up to 5000 lines) so
users can scroll up and copy old conversation text
- Pass all Alt+key combos through input parser to PTY (fixes
Alt+Backspace word deletion and other Alt shortcuts)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>