feat(tui): make the mouse disablable (#6824, #7926)#13748
feat(tui): make the mouse disablable (#6824, #7926)#13748blackheaven wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on the search results, I found one potentially related PR: PR #6329: feat(tui): add disable_mouse option for Linux right-click paste support This appears to be directly related to the current PR #13748. It also adds a feature to disable mouse functionality in the TUI, specifically for Linux right-click paste support. It may already implement the mouse disabling configuration that PR #13748 is addressing, and could be a duplicate or supersede this work. |
Not really, think one disable the mouse all along, not just the paste |
What does this PR do?
Closes #6824 and #7926
I have added a way to disable mouse all along:
How did you verify your code works?
I did not test yet.