0
0
mirror of https://github.com/tj/n.git synced 2024-11-25 15:49:24 +01:00

Merge pull request #359 from tj/revert-348-master

Revert "Handling SIGINT correctly."
This commit is contained in:
Nimit Kalra 2016-07-06 09:18:43 -05:00 committed by GitHub
commit 3a496e79fc

2
bin/n
View File

@ -134,7 +134,7 @@ leave_fullscreen() {
handle_sigint() {
leave_fullscreen
kill -INT $$
exit $?
}
handle_sigtstp() {