]> git.sur5r.net Git - i3/i3/blobdiff - include/sighandler.h
Merge branch 'release-4.16.1'
[i3/i3] / include / sighandler.h
index 56680bc48a2aaa84e3b252517ff415c2eb7ad5ce..2cc20cd214720cd3ed6e201ffa73e19cee025650 100644 (file)
@@ -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 <config.h>
+
 /**
- * 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);