[PR #845] [CLOSED] added fullwidth mode #9728

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/845
Author: @alkeryn
Created: 7/10/2025
Status: Closed

Base: devHead: dev


📝 Commits (1)

📊 Changes

6 files changed (+47 additions, -4 deletions)

View changed files

📝 packages/opencode/src/cli/cmd/tui.ts (+6 -0)
📝 packages/tui/cmd/opencode/main.go (+2 -1)
📝 packages/tui/internal/app/app.go (+6 -0)
📝 packages/tui/internal/commands/command.go (+7 -0)
📝 packages/tui/internal/config/config.go (+1 -0)
📝 packages/tui/internal/tui/tui.go (+25 -3)

📄 Description

prompted opencode to add fullwidth mode to itself.
i think it should be fullwidth.

partially addresses #838


🔄 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/845 **Author:** [@alkeryn](https://github.com/alkeryn) **Created:** 7/10/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`d3159c8`](https://github.com/anomalyco/opencode/commit/d3159c8aeb5c593c356bc6748e394de5d6f57f22) added fullwidth mode ### 📊 Changes **6 files changed** (+47 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/cli/cmd/tui.ts` (+6 -0) 📝 `packages/tui/cmd/opencode/main.go` (+2 -1) 📝 `packages/tui/internal/app/app.go` (+6 -0) 📝 `packages/tui/internal/commands/command.go` (+7 -0) 📝 `packages/tui/internal/config/config.go` (+1 -0) 📝 `packages/tui/internal/tui/tui.go` (+25 -3) </details> ### 📄 Description prompted opencode to add fullwidth mode to itself. i think it should be fullwidth. partially addresses #838 --- <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:03 -05:00
yindo closed this issue 2026-02-16 18:14:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9728