Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 29, 2024
1 parent 6592282 commit f29b08e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ void progress_callback(const size_t total, const size_t current) {

SIGNAL_HANDLER_RETURN sigint_handler(SIGNAL_HANDLER_ARGS) {

fprintf(stderr, "* exiting abnorminally due to SIGINT interruption\n");

show_cursor();

SIGNAL_HANDLER_END
Expand Down

0 comments on commit f29b08e

Please sign in to comment.