Skip to content

Commit

Permalink
Ok, further testing shows disabling INT is better for now, as it caus…
Browse files Browse the repository at this point in the history
…es the application screen state to go haywire under certain conditions. The dead code will be cleanedup later.
  • Loading branch information
poetaman committed Jun 6, 2022
1 parent 850db39 commit 54bd9c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/arttime
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,8 @@ function arttime_blocking {
starttime=$(strftime $timeformat)
starttimearray=(${(s/|/)starttime})
printtime "1"
trap "trapint_blocking" INT
#trap "trapint_blocking" INT
trap "" INT
trap "trapexit_blocking" EXIT TERM HUP QUIT
trap "trapusr1_both" USR1
trap "trapstop_blocking" TSTP
Expand Down

0 comments on commit 54bd9c8

Please sign in to comment.