[PR #12884] fix(tui): dismiss dialogs with ctrl+c #14419

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

Original Pull Request: https://github.com/anomalyco/opencode/pull/12884

State: closed
Merged: Yes


Ctrl+C now dismisses dialogs, same as Escape. Both are standard TUI conventions.

One-line change in the existing useKeyboard handler in dialog.tsx.

To verify: open any dialog (e.g. command palette), press Ctrl+C — it dismisses.

Fixes #12883

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12884 **State:** closed **Merged:** Yes --- Ctrl+C now dismisses dialogs, same as Escape. Both are standard TUI conventions. One-line change in the existing `useKeyboard` handler in `dialog.tsx`. To verify: open any dialog (e.g. command palette), press Ctrl+C — it dismisses. Fixes #12883
yindo added the pull-request label 2026-02-16 18:19:12 -05:00
yindo closed this issue 2026-02-16 18:19:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14419