Codebase list i3-gaps / 49a74b55-30e5-4938-9b63-cf1b0d6b1aad/main include / sighandler.h
49a74b55-30e5-4938-9b63-cf1b0d6b1aad/main

Tree @49a74b55-30e5-4938-9b63-cf1b0d6b1aad/main (Download .tar.gz)

sighandler.h @49a74b55-30e5-4938-9b63-cf1b0d6b1aad/mainraw · history · blame

/*
 * vim:ts=4:sw=4:expandtab
 *
 * i3 - an improved dynamic tiling window manager
 * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
 *
 */
#pragma once

#include <config.h>

/**
 * 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);