Prototype for a Signal Handler function. More...
Functions | |
| static void | curses_signal_handler (int sig) |
| Catch signals and relay the info to the main program - Implements sig_handler_t -. | |
| static void | curses_exit_handler (int sig) |
| Notify the user and shutdown gracefully - Implements sig_handler_t -. | |
| static void | curses_segv_handler (int sig) |
| Catch a segfault and print a backtrace - Implements sig_handler_t -. | |
Prototype for a Signal Handler function.
| sig | Signal number, e.g. SIGINT |
|
static |
Catch signals and relay the info to the main program - Implements sig_handler_t -.
| sig | Signal number, e.g. SIGINT |
Definition at line 50 of file mutt_signal.c.
|
static |
Notify the user and shutdown gracefully - Implements sig_handler_t -.
| sig | Signal number, e.g. SIGTERM |
Definition at line 97 of file mutt_signal.c.
|
static |
Catch a segfault and print a backtrace - Implements sig_handler_t -.
| sig | Signal number, e.g. SIGSEGV |
Definition at line 110 of file mutt_signal.c.