[PR #1206] [MERGED] fix: mouse text selection bug #9851

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1206
Author: @rekram1-node
Created: 7/21/2025
Status: Merged
Merged: 7/21/2025
Merged by: @adamdotdevin

Base: devHead: fix/mouse-text-selection-bug


📝 Commits (2)

  • 0fd5df3 fix: Mouse text selection breaks multi-byte characters causing visual glitches
  • 0df8585 tweak: minor cleanup

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 packages/tui/internal/components/chat/messages.go (+2 -2)

📄 Description

Fixes: #1205


🔄 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/1206 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix/mouse-text-selection-bug` --- ### 📝 Commits (2) - [`0fd5df3`](https://github.com/anomalyco/opencode/commit/0fd5df39fb17c394ba519e17cdb11c5ef395eba1) fix: Mouse text selection breaks multi-byte characters causing visual glitches - [`0df8585`](https://github.com/anomalyco/opencode/commit/0df8585a03f2cfb17111737f80eed2f08af1d144) tweak: minor cleanup ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/components/chat/messages.go` (+2 -2) </details> ### 📄 Description Fixes: #1205 --- <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:16 -05:00
yindo closed this issue 2026-02-16 18:14:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9851