| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
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. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.copy and clipboard path. Setting OPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELECT=true still preserves manual Ctrl+C and right-click copy.
How did you verify your code works?
Screenshots / recordings
N/A. No visual change.
Checklist