2 * vim:ts=4:sw=4:expandtab
4 * i3 - an improved dynamic tiling window manager
5 * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
6 * © 2009 Jan-Erik Rediger
8 * sighandler.c: Interactive crash dialog upon SIGSEGV/SIGABRT/SIGFPE (offers
15 * Setup signal handlers to safely handle SIGSEGV and SIGFPE
18 void setup_signal_handler(void);