X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fsighandler.h;h=2cc20cd214720cd3ed6e201ffa73e19cee025650;hp=56680bc48a2aaa84e3b252517ff415c2eb7ad5ce;hb=HEAD;hpb=b1974a469f2dec2af753ea4735f1b1c5d37161da diff --git a/include/sighandler.h b/include/sighandler.h index 56680bc4..2cc20cd2 100644 --- a/include/sighandler.h +++ b/include/sighandler.h @@ -3,16 +3,15 @@ * * i3 - an improved dynamic tiling window manager * © 2009 Michael Stapelberg and contributors (see also: LICENSE) - * © 2009 Jan-Erik Rediger - * - * sighandler.c: Interactive crash dialog upon SIGSEGV/SIGABRT/SIGFPE (offers - * to restart inplace). * */ #pragma once +#include + /** - * Setup signal handlers to safely handle SIGSEGV and SIGFPE + * Configured a signal handler to gracefully handle crashes and allow the user + * to generate a backtrace and rescue their session. * */ void setup_signal_handler(void);