Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix readline ignores Ctrl-C on macOS (#1347)
- 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” #893), but just for macOS builds.
- Loading branch information