691bbaa87b
- Revert xterm.js scrollback from 0 to 10000; empirical correlation with bracketed-paste mode failing (each line submitted as separate command). - Add temporary browser-console diagnostics to confirm whether xterm receives pi's \e[?2004h enable sequence and whether outbound paste is BPM-wrapped. - Keep CSS scrollbar hiding and wheel-sensitivity 0 so the original scroll-jank fix remains effective. Typecheck: passed (apps/web)
929 B
929 B
apps/web/src/components/features/terminal (index)
dir: apps/web/src/components/features/terminal
role
Provides the UI components for a responsive, multi-session terminal interface in the web app, including desktop and mobile layouts, session tabs, and special-key input controls.
parent
index: apps/web/src/components/features/.pi-map.index.md map: apps/web/src/components/features/.pi-map.md
children
files
- DesktopTerminalView.tsx
- MobileTerminalView.tsx
- special-keys-panel.tsx
- special-keys-strip.tsx
- terminal-session-tabs.test.tsx
- terminal-session-tabs.tsx
- terminal.tsx
links
index: apps/web/src/components/features/terminal/.pi-map.index.md map: apps/web/src/components/features/terminal/.pi-map.md
workflows
- change terminal behavior read: DesktopTerminalView.tsx, MobileTerminalView.tsx, special-keys-panel.tsx
- update terminal tests read: terminal-session-tabs.test.tsx