X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fsighandler.h;h=2cc20cd214720cd3ed6e201ffa73e19cee025650;hb=HEAD;hp=25d3385bc1e1cfec27e1f5bcd053966ccba6184e;hpb=0aa306890b66047aacb4863df0cfdfd6f46361e6;p=i3%2Fi3 diff --git a/include/sighandler.h b/include/sighandler.h index 25d3385b..2cc20cd2 100644 --- a/include/sighandler.h +++ b/include/sighandler.h @@ -2,20 +2,16 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) - * © 2009-2010 Jan-Erik Rediger - * - * sighandler.c: Interactive crash dialog upon SIGSEGV/SIGABRT/SIGFPE (offers - * to restart inplace). + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * */ -#ifndef I3_SIGHANDLER_H -#define I3_SIGHANDLER_H +#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); - -#endif