Open
Conversation
…esize - Add CanvasAddon for GPU-accelerated rendering (with fallback) - Add SearchAddon with Cmd/Ctrl+Shift+F to search terminal buffer - Fix double-paste bug via isPastingRef flag on native paste events - Cmd/Ctrl+C now copies selected text instead of sending SIGINT - Better resize handling: ResizeObserver, visualViewport, orientation - Double-fit pattern to handle stale computed styles after layout - Remove padding from terminal div (FitAddon dimension mismatch fix) - Scroll-to-bottom floating button when scrolled up in buffer - Improved terminal options: bar cursor, 15k scrollback, smooth scroll - Adaptive font size (11px mobile, 14px desktop) and line height Closes #5 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ling - Throttle setIsAtBottom via requestAnimationFrame (perf: avoid re-renders on every scroll/write) - Fix search effect infinite loop risk: inline search call, remove findNext from deps - Try-catch around SearchAddon calls (can fail on malformed input or after dispose) - Clipboard writeText in Ctrl+C handler: add .catch() so failure doesn't swallow SIGINT - Use openSearch() in keyboard handler instead of duplicating logic (was dead code) - Add .catch() to cleanup promise to handle init() rejection on unmount Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cmd/Ctrl+Shift+Fto search terminal buffer (Enter/Shift+Enter for next/prev)isPastingRef— prevents text sent twice when both paste event andonDatafireResizeObserver+visualViewport+screen.orientation+ debounced double-fitoffsetHeightbut xterm renders inside padding box)Patterns learned from QuivrHQ/247-claude-code-remote.
Test plan
Closes #5
🤖 Generated with Claude Code