[PR #13748] feat(tui): make the mouse disablable (#6824, #7926) #14798

Open
opened 2026-02-16 18:19:33 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/13748

State: open
Merged: No


What does this PR do?

Closes #6824 and #7926

I have added a way to disable mouse all along:

Add a configuration option to disable mouse capture entirely:

// opencode.json
{
"tui": {
"mouse": false
}
}
Or via environment variable:

OPENCODE_DISABLE_MOUSE=true opencode

How did you verify your code works?

I did not test yet.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13748 **State:** open **Merged:** No --- ### What does this PR do? Closes #6824 and #7926 I have added a way to disable mouse all along: > Add a configuration option to disable mouse capture entirely: > > // opencode.json > { > "tui": { > "mouse": false > } > } > Or via environment variable: > > OPENCODE_DISABLE_MOUSE=true opencode ### How did you verify your code works? I did not test yet.
yindo added the pull-request label 2026-02-16 18:19:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14798