FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tweak(console): Prevent accidental exiting by coreyberla · Pull Request #8813 · anomalyco/opencode · GitHub

tweak(console): Prevent accidental exiting - #8813

Closed
coreyberla wants to merge 1 commit into
anomalyco:devfrom
coreyberla:stop-accidental-close
Closed

tweak(console): Prevent accidental exiting#8813
coreyberla wants to merge 1 commit into
anomalyco:devfrom
coreyberla:stop-accidental-close

Conversation

Copy link
Copy Markdown

It's easy to push ctrl+c accidentally which closes the entire app. Just as Claude and Gemini do, require ctrl+c twice in order to close the app.

Fixes #7957

What does this PR do?

How did you verify your code works?

Copy link
Copy Markdown
Contributor

Hey! Your PR title tweak(console): Prevent accidental exiting doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

Found a potential duplicate:

This appears to be a previous attempt at implementing the same functionality. You should review whether PR #4900 was closed/abandoned and why, or if this new PR is meant to replace/improve upon it.

It's easy to push ctrl+c accidentally which closes the entire
app.  Just as Claude and Gemini do, require ctrl+c twice in
order to close the app.

Fixes anomalyco#7957

Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

github-actions Bot closed this Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UX] Ctrl+C should not exit OpenCode - conflicts with universal copy shortcut

1 participant


Back | FazBrowse Home | New Git URL