[PR #32] [MERGED] fix: log pane text wrapping #9504

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/32
Author: @l0gicgate
Created: 5/17/2025
Status: Merged
Merged: 5/17/2025
Merged by: @adamdotdevin

Base: devHead: fix/log-message-wrapping


📝 Commits (1)

  • 79e4f6d fix: log pane text wrapping

📊 Changes

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

View changed files

📝 internal/tui/components/logs/details.go (+3 -3)

📄 Description

Partly addresses #12

The log pane text does not wrap when it's too long.

Before:
CleanShot 2025-05-17 at 12 12 24@2x

After:
CleanShot 2025-05-17 at 12 13 09@2x


🔄 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/32 **Author:** [@l0gicgate](https://github.com/l0gicgate) **Created:** 5/17/2025 **Status:** ✅ Merged **Merged:** 5/17/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix/log-message-wrapping` --- ### 📝 Commits (1) - [`79e4f6d`](https://github.com/anomalyco/opencode/commit/79e4f6da907937110f520578172121e449336f29) fix: log pane text wrapping ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `internal/tui/components/logs/details.go` (+3 -3) </details> ### 📄 Description Partly addresses #12 The log pane text does not wrap when it's too long. **Before:** ![CleanShot 2025-05-17 at 12 12 24@2x](https://github.com/user-attachments/assets/f9ce8df1-da3f-45c7-b7df-d55aba40ecf5) **After:** ![CleanShot 2025-05-17 at 12 13 09@2x](https://github.com/user-attachments/assets/bea6348f-3895-48c8-a422-40ca5973284a) --- <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:13:40 -05:00
yindo closed this issue 2026-02-16 18:13:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9504