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 ea43f8be, “Fix segfaults with readline 8.0” (and associated Issue, “Piping to tig segfaults on exit” #893), but just for macOS builds.
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 ea43f8be, “Fix segfaults with readline 8.0” (and associated Issue, “Piping to tig segfaults on exit” #893), but just for macOS builds.