0
0
mirror of https://github.com/tj/n.git synced 2024-11-25 07:39:21 +01:00

Handling SIGINT correctly.

This commit is contained in:
Jeff Downie 2016-03-23 11:57:37 +00:00
parent e6b0579185
commit 8f73a018ab

2
bin/n
View File

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