[PR #1005] [MERGED] fix(tui): close completion dialog on ctrl+h #9776

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1005
Author: @jcha0713
Created: 7/15/2025
Status: Merged
Merged: 7/15/2025
Merged by: @adamdotdevin

Base: devHead: fix/close-dialog-on-ctrl-h


📝 Commits (1)

  • 1dec5f3 fix(tui): close completion dialog on ctrl+h

📊 Changes

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

View changed files

📝 packages/tui/internal/components/dialog/complete.go (+2 -2)

📄 Description

This PR adds a small patch to close the completion dialog on ctrl+h. Previously the dialog stayed open when deleting the last character with ctrl+h.


🔄 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/1005 **Author:** [@jcha0713](https://github.com/jcha0713) **Created:** 7/15/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix/close-dialog-on-ctrl-h` --- ### 📝 Commits (1) - [`1dec5f3`](https://github.com/anomalyco/opencode/commit/1dec5f3b36e40b1bc4def28312bfc767761ba2ec) fix(tui): close completion dialog on ctrl+h ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/components/dialog/complete.go` (+2 -2) </details> ### 📄 Description This PR adds a small patch to close the completion dialog on ctrl+h. Previously the dialog stayed open when deleting the last character with ctrl+h. --- <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:09 -05:00
yindo closed this issue 2026-02-16 18:14:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9776