[PR #200] [MERGED] fix: phantom input bug on wsl #9558

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/200
Author: @rgodha24
Created: 6/18/2025
Status: Merged
Merged: 6/19/2025
Merged by: @adamdotdevin

Base: devHead: fix-phantom-input


📝 Commits (1)

  • 5eb0c73 fix: phantom input bug on wsl

📊 Changes

3 files changed (+24 additions, -2 deletions)

View changed files

📝 packages/tui/internal/styles/background.go (+1 -1)
📝 packages/tui/internal/tui/tui.go (+5 -1)
📝 packages/tui/internal/util/util.go (+18 -0)

📄 Description

this is basically just working around the issue. wsl users will be defaulted to dark mode no matter what settings are.

will test this on my work laptop tomorrow. related: #127


🔄 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/200 **Author:** [@rgodha24](https://github.com/rgodha24) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix-phantom-input` --- ### 📝 Commits (1) - [`5eb0c73`](https://github.com/anomalyco/opencode/commit/5eb0c73b89a7020fd8a9545bed4512c9b1b46f11) fix: phantom input bug on wsl ### 📊 Changes **3 files changed** (+24 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/styles/background.go` (+1 -1) 📝 `packages/tui/internal/tui/tui.go` (+5 -1) 📝 `packages/tui/internal/util/util.go` (+18 -0) </details> ### 📄 Description this is basically just working around the issue. wsl users will be defaulted to dark mode no matter what settings are. will test this on my work laptop tomorrow. related: #127 --- <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:45 -05:00
yindo closed this issue 2026-02-16 18:13:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9558