]> git.sur5r.net Git - i3/i3/commit
added popup for handling SIGSEGV or SIGFPE
authorJan-Erik Rediger <badboy@archlinux.us>
Sun, 3 Jan 2010 13:52:38 +0000 (14:52 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 3 Jan 2010 20:32:50 +0000 (21:32 +0100)
commit614b360bd4e49cb9f8639e35f01534c619c89304
tree06d0297781e9ca7f4753dad9d226c0041f04bb48
parent715983024d0dbbbd8a4755441c75ff8b7436b8a9
added popup for handling SIGSEGV or SIGFPE

the popup is placed on each of the virtual screens
the user can decide to restart or quit i3
in case of an exit a core-dump is generated
include/sighandler.h [new file with mode: 0644]
include/util.h
src/commands.c
src/mainx.c
src/sighandler.c [new file with mode: 0644]
src/util.c