[PR #1572] [CLOSED] fix: input bleed with mouse scrolling for Ghostty on macOS #9978

Closed
opened 2026-02-16 18:14:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1572
Author: @kksimons
Created: 8/3/2025
Status: Closed

Base: devHead: fix/ghostty-scroll


📝 Commits (1)

  • ed8c905 fix: aggressive mouse wheel scrolling for Ghostty on macOS

📊 Changes

2 files changed (+15 additions, -0 deletions)

View changed files

📝 packages/tui/input/driver.go (+3 -0)
📝 packages/tui/input/parse.go (+12 -0)

📄 Description

This fixes the mouse scroll input bleed issue on Ghostty for me.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1572 **Author:** [@kksimons](https://github.com/kksimons) **Created:** 8/3/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/ghostty-scroll` --- ### 📝 Commits (1) - [`ed8c905`](https://github.com/anomalyco/opencode/commit/ed8c9054c9b1eae0be0aec4b10fa80791a202d9b) fix: aggressive mouse wheel scrolling for Ghostty on macOS ### 📊 Changes **2 files changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/input/driver.go` (+3 -0) 📝 `packages/tui/input/parse.go` (+12 -0) </details> ### 📄 Description This fixes the mouse scroll input bleed issue on Ghostty for me. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:29 -05:00
yindo closed this issue 2026-02-16 18:14:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9978