Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readline ignores Ctrl-C on macOS (#1347) #1348

Conversation

landonb
Copy link
Contributor

@landonb landonb commented Jul 17, 2024

Proposed PR for #1347

  • On macOS, you cannot cancel out of search ('/') using Ctrl-C (SIGINT), but rather must press (and perform the search) to return to the main view.

  • This commit partially reverts ea43f8b, “Fix segfaults with readline 8.0” (and associated Issue, “Piping to tig segfaults on exit” Piping to tig segfaults on exit #893), but just for macOS builds.

- On macOS, you cannot cancel out of search ('/') using
  Ctrl-C (SIGINT), but rather must press <Enter> (and
  perform the search) to return to the main view.

- This commit partially reverts ea43f8b, “Fix segfaults
  with readline 8.0” (and associated Issue, “Piping to
  tig segfaults on exit” jonas#893), but just for macOS builds.
@koutcher
Copy link
Collaborator

Dupe of #1342

@koutcher koutcher closed this Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants