Skip to content

Commit

Permalink
Stabilizing codebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Jun 11, 2017
1 parent 4613e4e commit af82df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hstr.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ void hstr_on_exit(Hstr *hstr)
void signal_callback_handler_ctrl_c(int signum)
{
if(signum==SIGINT) {
hstr_curses_stop();
hstr_curses_stop(false);
hstr_on_exit(hstr);
exit(signum);
}
Expand Down

0 comments on commit af82df1

Please sign in to comment.