Uh oh!
There was an error while loading. Please reload this page.
fix(tui): enable copy on select by default - #44393
Conversation
The following comment was made by an LLM, it may be inaccurate: Based on my search, here are related PRs that might be relevant to this PR (excluding the current PR #44393): Related PRs:
These are clipboard and selection-related PRs in the TUI package, though none appear to be exact duplicates of PR #44393. The most closely related appears to be #44394, which addresses clipboard copy on Linux as part of what seems to be a broader effort to improve clipboard handling across platforms. |
Issue for this PR
Closes#44392
Type of change
What does this PR do?
Restores copy-on-select as the default on Windows, matching the existing behavior on other platforms. Mouse-up now reaches the existing
Selection.copyand clipboard path. SettingOPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELECT=truestill preserves manual Ctrl+C and right-click copy.How did you verify your code works?
true,1, andfalseflag behavior directly.bun typecheckinpackages/coreandpackages/tui.Screenshots / recordings
N/A. No visual change.
Checklist